From 5939ba88715c4b144b2ced59da6b55cf88525321 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 4 Mar 2026 20:57:48 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 41319732..ee4b3c7a 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -702,9 +702,8 @@ STATUS_NODE(){ if [ "${srvc}" == "pihole-FTL" ]; then ${SSHCMD} root@${nip} 'pihole -r' & >/dev/null 2>&1 touch ${NM_TMPFOLDER}/${nip}~${srvc}.fix - fi - if [ "${srvc}" == "proxlb" ]; then + elif [ "${srvc}" == "proxlb" ]; then ${SSHCMD} root@${nip} 'systemctl restart proxlb' & >/dev/null 2>&1 touch ${NM_TMPFOLDER}/${nip}~${srvc}.fix fi