Update nodemgmt-scripts.sh

This commit is contained in:
2021-01-16 11:27:55 -06:00
parent 64a36107fb
commit 28558edca2

View File

@@ -160,7 +160,7 @@ STATUS(){
if [ "${NIP}" = "10.5.10.122" ] && [ ${srvc} = "gitea" ]; then if [ "${NIP}" = "10.5.10.122" ] && [ ${srvc} = "gitea" ]; then
NOGOCHK=false NOGOCHK=false
fi fi
if [ ${NOGOCHK} == true ]; then if [ ${NOGOCHK} = true ]; then
if [ "${ST_ACTION}" != "check" ]; then if [ "${ST_ACTION}" != "check" ]; then
c=0; cw=22; spc='' c=0; cw=22; spc=''
spc1=${cw}-${#NM_SERVICES[${srvc}]} spc1=${cw}-${#NM_SERVICES[${srvc}]}