CC-5005: airtime-purge doesn't remove all files

-cleanup
This commit is contained in:
Martin Konecny 2013-03-06 12:26:07 -05:00
parent 2ba39bddf0
commit 8e314477c7
6 changed files with 10 additions and 80 deletions

View file

@ -57,7 +57,6 @@ invoke-rc.d monit restart
sleep 1
set +e
if [ "$mediamonitor" = "t" ]; then
monit monitor airtime-media-monitor
fi
@ -65,6 +64,4 @@ if [ "$pypo" = "t" ]; then
monit monitor airtime-playout
monit monitor airtime-liquidsoap
fi
monit monitor rabbitmq-server
set -e