From 70045b16aeed183e9999e5b074e4798d0f0c5d19 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Mon, 14 Aug 2023 02:46:43 -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 8706d3a..99999a8 100644 --- a/update.sh +++ b/update.sh @@ -1018,7 +1018,7 @@ mysql -u root -e "DROP TABLE IF EXISTS hbmon.talkgroup_ids;" && mysql -u root -e "DROP TABLE IF EXISTS hbmon.tg_count;" cd /opt/FDMR-Monitor python3 mon_db.py --create && -python3 mon_db.py --update && +python3 mon_db.py --update deactivate systemctl stop apache2 @@ -1293,7 +1293,7 @@ mysql -u root -e "DROP TABLE IF EXISTS hbmon.talkgroup_ids;" && mysql -u root -e "DROP TABLE IF EXISTS hbmon.tg_count;" cd /opt/FDMR-Monitor2 python3 mon_db.py --create && -python3 mon_db.py --update && +python3 mon_db.py --update deactivate #####################################