From: Guillaume Pellerin Date: Mon, 22 Jul 2013 16:58:05 +0000 (+0200) Subject: update install X-Git-Tag: 1.0~3^2~13 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=61f452739f61b5ebb7cc8518b916cc2b02d2cfd1;p=telecaster-server.git update install --- diff --git a/tcserver/install.py b/tcserver/install.py index d517e2d..b31eaaf 100644 --- a/tcserver/install.py +++ b/tcserver/install.py @@ -141,6 +141,9 @@ class Install(object): os.system('chmod 777 ' + self.rss_dir) os.system('chmod 666 ' + self.rss_dir + '/*') + os.system('chmod 775 ' + self.log_dir) + os.system('sudo adduser www-data telecaster') + def run(self): if self.options['keepinit'] == False: print 'Installing init files...'