-removed airtime-clean-storage.php + airtime-import.php

-default created stor dir now has www-data:www-data permission
-created airtime-install.ini file for specifying install defaults
-removed all references to storDir in /etc/airtime/airtime.conf,
 and get value from database instead.
This commit is contained in:
martin 2011-07-11 16:14:34 -04:00
parent 2659932cfb
commit 2c4e2afb8b
16 changed files with 23 additions and 628 deletions

View file

@ -104,7 +104,7 @@ class AirtimeProcessEvent(ProcessEvent):
try:
omask = os.umask(0)
uid = pwd.getpwnam('pypo')[2]
uid = pwd.getpwnam('www-data')[2]
gid = grp.getgrnam('www-data')[2]
os.chown(item, uid, gid)