Update nodemgmt-scripts.sh
This commit is contained in:
@@ -649,10 +649,9 @@ DOWNLIST(){
|
|||||||
ditem=${ditem//.down}
|
ditem=${ditem//.down}
|
||||||
host=${ditem%%~*}
|
host=${ditem%%~*}
|
||||||
item=${ditem#*~}
|
item=${ditem#*~}
|
||||||
|
# echo "HERE: ${ditem} - ${host} - ${item}"
|
||||||
echo "HERE: ${ditem} - ${host} - ${item}"
|
|
||||||
|
|
||||||
if [[ $ditem == *"~"* ]] && [[ $ditem == *".repl."* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then
|
if [[ $ditem == *"~"* ]] && [[ $ditem == *".repl"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then
|
||||||
itemname=${NM_REPL_DESC[${item}]}
|
itemname=${NM_REPL_DESC[${item}]}
|
||||||
itemtype=SYNC
|
itemtype=SYNC
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user