-fixed on-air light not working.
This commit is contained in:
parent
1b1e389cf6
commit
8fe10830d5
6 changed files with 18 additions and 7 deletions
|
@ -109,7 +109,7 @@ try:
|
|||
os.remove(config["bin_dir"]+"/bin/liquidsoap_scripts/liquidsoap.cfg")
|
||||
|
||||
print "Setting permissions"
|
||||
#os.system("chmod -R 755 "+config["bin_dir"])
|
||||
os.system("chmod 755 "+os.path.join(config["bin_dir"], "liquidsoap_scripts/notify.sh"))
|
||||
os.system("chown -R pypo:pypo "+config["bin_dir"])
|
||||
os.system("chown -R pypo:pypo "+config["cache_base_dir"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue