CC-2758: Make airtime-install script Debian/Ubuntu compatible

-cosmetic changes
This commit is contained in:
martin 2011-11-01 15:21:09 -04:00
parent d2f4e55dd6
commit f2ef006385
17 changed files with 67 additions and 51 deletions

View file

@ -12,7 +12,7 @@ try:
sts = os.waitpid(p.pid, 0)[1]
#start daemon
print "Waiting for show-recorder processes to start..."
print "* Waiting for show-recorder processes to start..."
p = Popen("/etc/init.d/airtime-show-recorder stop", shell=True)
sts = os.waitpid(p.pid, 0)[1]
p = Popen("/etc/init.d/airtime-show-recorder start-no-monit", shell=True)