diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 967976d9..9e012bee 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -181,6 +181,7 @@ STATUS(){ echo -en " ${NM_SERVICES[${srvc}]}$spc: " fi srvctst=$(${NCMD} systemctl is-active ${srvc}) + echo "${NCMD} systemctl is-active ${srvc} = ${srvctst}" if [ "${srvctst}" != "active" ] && [ "${srvc}" == "mysql" ]; then mysqlgo=false; [ "$(${NCMD} systemctl is-active mariadb)" == "active" ] && mysqlgo=true;