From 2003d334154c6ccb20a3922715965872087f28bc Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Sun, 13 Aug 2023 22:55:32 -0500 Subject: [PATCH] Update install.sh --- install.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/install.sh b/install.sh index 15c9ccf..39eb4ee 100644 --- a/install.sh +++ b/install.sh @@ -770,12 +770,6 @@ then rm mon.db fi -mysql -u root -e "DROP TABLE IF EXISTS selfcare.last_heard;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.lstheard_log;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.peer_ids;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.subscriber_ids;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.talkgroup_ids;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.tg_count;" cd /opt/FDMR-Monitor python3 mon_db.py --create python3 mon_db.py --update @@ -976,13 +970,6 @@ then rm mon.db fi - -mysql -u root -e "DROP TABLE IF EXISTS selfcare.last_heard;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.lstheard_log;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.peer_ids;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.subscriber_ids;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.talkgroup_ids;" && -mysql -u root -e "DROP TABLE IF EXISTS selfcare.tg_count;" cd /opt/FDMR-Monitor2 python3 mon_db.py --create