mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user