CC-2850: Liquidsoap doesn't rotate its log files in Airtime
-fixed -also noticed files were being chmod'd to 755, which is unnecessary. Also fixed.
This commit is contained in:
parent
693c72c396
commit
ee1a173953
5 changed files with 22 additions and 4 deletions
|
@ -48,7 +48,7 @@ try:
|
|||
|
||||
print "Creating temporary media storage directory"
|
||||
create_path(config["base_recorded_files"])
|
||||
os.system("chmod -R 755 "+config["base_recorded_files"])
|
||||
#os.system("chmod -R 755 "+config["base_recorded_files"])
|
||||
os.system("chown -R pypo:pypo "+config["base_recorded_files"])
|
||||
|
||||
print "Creating log directories"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue