Update nodemgmt-scripts.sh
This commit is contained in:
@@ -177,6 +177,7 @@ STATUS(){
|
|||||||
srvcstotest="$(join_by " " ${!srvcs})"
|
srvcstotest="$(join_by " " ${!srvcs})"
|
||||||
|
|
||||||
srvctst=(`${NCMD} systemctl is-active ${srvcstotest}`)
|
srvctst=(`${NCMD} systemctl is-active ${srvcstotest}`)
|
||||||
|
echo -e "${srvcstotest}\n${srvctst}"
|
||||||
sr=0
|
sr=0
|
||||||
for srvc in "${!srvcs}"; do
|
for srvc in "${!srvcs}"; do
|
||||||
[ "${srvc}" == "gitea" ] && [ "${NTYPE}" == "WEB" ] && [[ $($NCMD /sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *${WEB_HOSTS[0]}* ]] && NOGOCHK=false || NOGOCHK=true
|
[ "${srvc}" == "gitea" ] && [ "${NTYPE}" == "WEB" ] && [[ $($NCMD /sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *${WEB_HOSTS[0]}* ]] && NOGOCHK=false || NOGOCHK=true
|
||||||
|
|||||||
Reference in New Issue
Block a user