cc-2055: switch to init.d
-enabled media-monitor in the installs scripts.
This commit is contained in:
parent
7e0db3b76c
commit
f6ae2aaa91
7 changed files with 13 additions and 15 deletions
|
@ -20,7 +20,7 @@ if os.geteuid() != 0:
|
|||
print "Please run this as root."
|
||||
sys.exit(1)
|
||||
|
||||
PATH_INI_FILE = '/etc/airtime/MediaMonitor.cfg'
|
||||
PATH_INI_FILE = '/etc/airtime/media-monitor.cfg'
|
||||
|
||||
def create_path(path):
|
||||
if not (os.path.exists(path)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue