From: yomguy Date: Fri, 29 Jul 2011 13:37:10 +0000 (+0200) Subject: rm apache reload from lite install X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=16d0638140aff9ab51c2994b184c79a44fdac68c;p=telecaster-cgi.git rm apache reload from lite install --- diff --git a/install_lite.py b/install_lite.py index c1d3e8e..171f8f2 100644 --- a/install_lite.py +++ b/install_lite.py @@ -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: