Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-21 10:56:27 -06:00
parent 410718af0a
commit 26862838cc

View File

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