From d5ec44027fe5af1825ad2644964127c7de10b010 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 26 Sep 2011 23:45:58 -0400 Subject: [PATCH] -update airtime-nuke --- dev_tools/airtime-nuke.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev_tools/airtime-nuke.sh b/dev_tools/airtime-nuke.sh index 4e48eba1f..fde45d1dd 100755 --- a/dev_tools/airtime-nuke.sh +++ b/dev_tools/airtime-nuke.sh @@ -18,6 +18,8 @@ rm -rf "/var/tmp/airtime" rm -rf "/opt/pypo" rm -rf "/opt/recorder" rm -rf "/srv/airtime" +rm -rf "/etc/monit/conf.d/airtime-monit.cfg" +rm -rf /etc/monit/conf.d/monit-airtime-* echo "DROP DATABASE AIRTIME;" | su postgres -c psql echo "DROP LANGUAGE plpgsql;" | su postgres -c psql