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

@ -13,5 +13,7 @@ try:
print "OK"
else:
print "Wasn't running"
subprocess.call("update-rc.d -f airtime-media-monitor remove".split(" "))
except Exception, e:
print e