CC-2277:Rename airtime-pypo to airtime-playout
This commit is contained in:
parent
f7d37adfc6
commit
0492ba79c7
5 changed files with 11 additions and 8 deletions
|
@ -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"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue