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:
martin 2011-09-23 12:23:33 -04:00
parent 693c72c396
commit ee1a173953
5 changed files with 22 additions and 4 deletions

View file

@ -55,7 +55,7 @@ try:
print "Creating log directories"
create_path(config["log_dir"])
os.system("chmod -R 755 " + config["log_dir"])
#os.system("chmod -R 755 " + config["log_dir"])
os.system("chown -R pypo:pypo "+config["log_dir"])
copy_dir("%s/.."%current_script_dir, config["bin_dir"])