mirror of https://github.com/zulip/zulip.git
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:
parent
6826ef4e9a
commit
2e5eec5bd3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue