We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0734b30 commit ba5bdb1Copy full SHA for ba5bdb1
install/vst-install-debian.sh
@@ -844,6 +844,9 @@ if [ "$apache" = 'yes' ]; then
844
update-rc.d apache2 defaults
845
service apache2 start
846
check_result $? "apache2 start failed"
847
+else
848
+ update-rc.d apache2 disable >/dev/null 2>&1
849
+ service apache2 stop >/dev/null 2>&1
850
fi
851
852
install/vst-install-ubuntu.sh
@@ -834,6 +834,9 @@ if [ "$apache" = 'yes' ]; then
834
835
836
837
838
839
840
841
842
0 commit comments