Update nodemgmt-scripts.sh
This commit is contained in:
@@ -801,7 +801,7 @@ RUN_COMMAND(){
|
||||
DIVIDER; echo -e "${idsST[Reset]}"
|
||||
NT_HOSTS=${NTYPE}_HOSTS[@]
|
||||
for nip in "${!NT_HOSTS}"; do
|
||||
if [[ ${RUN_NODE_IP} == *"${nip}"* ]]; then
|
||||
if [ "${RUN_NODE_IP}" == "${nip}" ]; then
|
||||
NCMD=''
|
||||
LH='- localhost'
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user