Update nodemgmt-scripts.sh

This commit is contained in:
2019-03-27 00:48:47 -05:00
parent a112e4d333
commit b268e6eb11

View File

@@ -163,7 +163,7 @@ STATUS(){
if [ "$(${NCMD} systemctl is-active ${srvc})" != "active" ]; then
if [ ! -f ${FOLDER}/${nip}-${srvc}.down ]; then
if [ "${srvc}" == "gitea" ]; then
echo
else