diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2de80a41..b389d85a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1688,7 +1688,7 @@ ADD_LOGROTATE_CRONTAB(){ } RUN_COMMAND(){ - echo ${1} + echo "${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}" for NTYPE in "${NODE_TYPES[@]}"; do echo -e "${idsST[Bold]}"; DIVIDER echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Node Run Command { ${1} }${idsCL[Default]}"