SAAS-83: Add ability to install Airtime components separately
-fixed
This commit is contained in:
parent
f75d216bae
commit
15a27526f9
9 changed files with 80 additions and 52 deletions
|
@ -8,7 +8,7 @@ if os.geteuid() != 0:
|
|||
|
||||
try:
|
||||
print "Waiting for media-monitor processes to stop...",
|
||||
if (os.path.exists('/etc/init.d/airtime-playout')):
|
||||
if (os.path.exists('/etc/init.d/airtime-media-monitor')):
|
||||
p = Popen("/etc/init.d/airtime-media-monitor stop", shell=True)
|
||||
sts = os.waitpid(p.pid, 0)[1]
|
||||
print "OK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue