diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b389d85a..0ff63734 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1805,7 +1805,7 @@ if [ ${action-x} ]; then haproxy-config) HAPROXY-CONFIG;; keepalive-config) KEEPALIVE-CONFIG;; vc-ssl) VCENTER-SSL;; - run) RUN_COMMAND ${2};; + run) RUN_COMMAND ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15};; gui) GUI;; *) echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}status${idsCL[Default]} | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }"