CC-2410: Clean up install process
-reduced number of messages -got rid of some warnings. -moved airtime-install.php, airtime-upgrade.php, airtime-uninstall.php
This commit is contained in:
parent
9744507078
commit
fe14113b58
13 changed files with 23 additions and 15 deletions
|
@ -29,7 +29,7 @@ try:
|
|||
|
||||
os.system("/etc/init.d/airtime-playout stop")
|
||||
os.system("rm -f /etc/init.d/airtime-playout")
|
||||
os.system("update-rc.d -f airtime-playout remove")
|
||||
os.system("update-rc.d -f airtime-playout remove >/dev/null 2>&1")
|
||||
|
||||
print "Removing cache directories"
|
||||
remove_path(config["cache_base_dir"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue