]> git.parisson.com Git - telecaster-cgi.git/commitdiff
rm apache reload from lite install
authoryomguy <yomguy@parisson.com>
Fri, 29 Jul 2011 13:37:10 +0000 (15:37 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 29 Jul 2011 13:37:10 +0000 (15:37 +0200)
install_lite.py

index c1d3e8e24e2592419c2168ac4e685a5778a2e0d3..171f8f26b61f42a70255ef142dc5b74a48c89345 100644 (file)
@@ -113,7 +113,7 @@ if not os.path.exists(home_dir):
 apache_conf = '/etc/apache2/sites-available/telecaster.conf'
 if not os.path.exists(apache_conf):
     shutil.copy('conf'+apache_conf, apache_conf)
-os.system('/etc/init.d/apache2 reload')
+#os.system('/etc/init.d/apache2 reload')
 
 log_dirs = ['/var/log/telecaster', '/var/log/deefuzzer']
 for  dir in log_dirs: