CC-2277:Rename airtime-pypo to airtime-playout

This commit is contained in:
james 2011-05-30 15:46:13 -04:00
parent f7d37adfc6
commit 0492ba79c7
5 changed files with 11 additions and 8 deletions

View file

@ -37,14 +37,14 @@ try:
print 'Error loading config file: ', e
sys.exit()
os.system("python /usr/bin/airtime-pypo-stop")
os.system("python /usr/bin/airtime-playout-stop")
print "Removing cache directories"
remove_path(config["cache_base_dir"])
print "Removing symlinks"
os.system("rm -f /usr/bin/airtime-pypo-start")
os.system("rm -f /usr/bin/airtime-pypo-stop")
os.system("rm -f /usr/bin/airtime-playout-start")
os.system("rm -f /usr/bin/airtime-playout-stop")
print "Removing pypo files"
remove_path(config["bin_dir"])