From 61f452739f61b5ebb7cc8518b916cc2b02d2cfd1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 22 Jul 2013 18:58:05 +0200 Subject: [PATCH] update install --- tcserver/install.py | 3 +++ 1 file changed, 3 insertions(+) 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...' -- 2.39.5