Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-06 22:22:14 -06:00
parent 449f1d60d0
commit 1d5bfbb0a1

View File

@@ -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