Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 21:23:45 -06:00
parent 7494cd89d3
commit 0ce8b9fa18

View File

@@ -63,7 +63,7 @@ STATUS() {
spc1=${cw}-${#NM_SERVICES[${srvc}]}
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en " ${NM_SERVICES[${srvc}]}$spc: "
f [ "$(systemctl is-active ${srvc})" = "active" ]; then
if [ "$(systemctl is-active ${srvc})" = "active" ]; then
echo -e "${idsCL[Green]}Running${idsCL[Default]}"
rm -f ${FOLDER}/localhost-${srvc}.down
else