From b207e5258e3f2eb7ac81ebb4e61e0b2960d05f8e Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Mon, 27 May 2024 23:01:53 -0500 Subject: [PATCH] Update menu-fdmr --- menu/menu-fdmr | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/menu/menu-fdmr b/menu/menu-fdmr index c147a61..0701c48 100644 --- a/menu/menu-fdmr +++ b/menu/menu-fdmr @@ -214,12 +214,12 @@ serd0=$(grep "Web-Dashboar-select:" $wdp | grep -oP 'Web-Dashboar-select:\s*\K.* fi sofd0=$(grep "Web-Dashboar-soft:" $wdp | grep -oP 'Web-Dashboar-soft:\s*\K.*') rm $sofd0/data/* - 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;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.last_heard;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.lstheard_log;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.peer_ids;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.subscriber_ids;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.talkgroup_ids;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.tg_count;" cd $sofd0 python3 mon_db.py --create python3 mon_db.py --update @@ -395,12 +395,12 @@ serd0=$(grep "Web-Dashboar-select:" $wdp | grep -oP 'Web-Dashboar-select:\s*\K.* fi sofd0=$(grep "Web-Dashboar-soft:" $wdp | grep -oP 'Web-Dashboar-soft:\s*\K.*') rm $sofd0/data/* - 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;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.last_heard;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.lstheard_log;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.peer_ids;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.subscriber_ids;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.talkgroup_ids;" + mysql -u root -e "DROP TABLE IF EXISTS hbmon.tg_count;" cd $sofd0 python3 mon_db.py --create python3 mon_db.py --update