install: Remove apache restart from install process.

We don't use apache in the main app -- only for the SSO situation --
this code was just copied from our own install script.  And it caused
problems at CUSTOMER13 because they installed Apache in preparation for
the SSO integration, but restarting it failed.

(imported from commit 3f2961574134847c836e8b69736f60d9f8790201)
This commit is contained in:
Tim Abbott 2013-11-15 10:51:44 -05:00
parent 6826ef4e9a
commit 2e5eec5bd3
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ apt-get -y upgrade
if [ -e "/etc/init.d/nginx" ]; then
service nginx restart
fi
if [ -e "/etc/init.d/apache2" ]; then
service apache2 restart
fi
/root/zulip/scripts/setup/generate_enterprise_secrets.py
mv /root/zulip/zproject/local_settings_generated.py /etc/zulip/settings.py