diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index fd2c98bd..20c4cf92 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -813,7 +813,7 @@ RUN_COMMAND(){ if [ ! -f /tmp/nmg.run.${nip} ]; then # echo "Running command: ${NCMD} ${RUNCMD}" - ${NCMD} "${RUNCMD}" + ${NCMD} ${RUNCMD} touch /tmp/nmg.run.${nip} else echo "Skipping, already ran command on this host"