Update nodemgmt-scripts.sh

This commit is contained in:
2025-08-17 19:35:51 -05:00
parent 6ad32eee9c
commit cd0fc85aff

View File

@@ -829,7 +829,7 @@ RUN_COMMAND(){
command_output=$([ "${NCMD}" != "" ] && ${NCMD} "${RUNCMD}" || ${RUNCMD})
touch /tmp/nmg.run.${nip}
if [ "${command_output}" != "" ]; then
echo ${command_output}
echo -e "command output: ${command_output}"
DIVIDER false green
echo
else