From 57967c4c6d64fae098b7ad6f07ecaa1e36788e58 Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Sun, 2 Jun 2024 02:10:01 -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 3da21d4..2da7c46 100644 --- a/update.sh +++ b/update.sh @@ -497,7 +497,7 @@ variable4=$(grep "COLOR_1 =" /opt/FDMR-Monitor/fdmr-mon.cfg) variable5=$(grep "COLOR_2 =" /opt/FDMR-Monitor/fdmr-mon.cfg) ##################################### -SERVICIOS=("adn_dashboard.service" "apache2.service) +SERVICIOS=("adn_dashboard.service" "apache2.service") for servicio in "${SERVICIOS[@]}"; do # Verificar si el servicio existe @@ -791,7 +791,7 @@ if ! grep -q "Web-Dashboar-name: adn" "/opt/wdp" > /dev/null 2>&1; then sed -i "s|Web-Dashboar-name:.*|Web-Dashboar-name: adn|g" /opt/wdp fi ############## -SERVICIOS=("adn_dashboard.service" "apache2.service) +SERVICIOS=("adn_dashboard.service" "apache2.service") for servicio in "${SERVICIOS[@]}"; do # Verificar si el servicio existe