Update nodemgmt-scripts.sh
This commit is contained in:
@@ -829,7 +829,7 @@ RUN_COMMAND(){
|
|||||||
command_output=$([ "${NCMD}" != "" ] && ${NCMD} "${RUNCMD}" || ${RUNCMD})
|
command_output=$([ "${NCMD}" != "" ] && ${NCMD} "${RUNCMD}" || ${RUNCMD})
|
||||||
touch /tmp/nmg.run.${nip}
|
touch /tmp/nmg.run.${nip}
|
||||||
if [ "${command_output}" != "" ]; then
|
if [ "${command_output}" != "" ]; then
|
||||||
echo ${command_output}
|
echo -e "command output: ${command_output}"
|
||||||
DIVIDER false green
|
DIVIDER false green
|
||||||
echo
|
echo
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user