From 0d39f79236efac8ffaf55932b0597a49180279e7 Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Sun, 20 Apr 2025 23:46:57 -0500 Subject: [PATCH] Update update.sh --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 09e5541..839771b 100644 --- a/update.sh +++ b/update.sh @@ -757,8 +757,8 @@ python3 mon_db.py --create && python3 mon_db.py --update -systemctl stop apache2 -systemctl disable apache2 +systemctl stop apache2 >/dev/null 2>&1 +systemctl disable apache2 >/dev/null 2>&1 ##################### sudo sed -i "s/REPORT_NAME =.*/$variable1/g" /opt/FDMR-Monitor/fdmr-mon.cfg sudo sed -i "s/THEME_COLOR =.*/$variable2/g" /opt/FDMR-Monitor/fdmr-mon.cfg