From 16d0638140aff9ab51c2994b184c79a44fdac68c Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 29 Jul 2011 15:37:10 +0200 Subject: [PATCH] rm apache reload from lite install --- install_lite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5