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 66c054b commit 0764cfaCopy full SHA for 0764cfa
install/hst-install-debian.sh
@@ -1211,9 +1211,6 @@ if [ "$apache" = 'yes' ]; then
1211
update-rc.d apache2 defaults > /dev/null 2>&1
1212
systemctl start apache2 >> $LOG
1213
check_result $? "apache2 start failed"
1214
-else
1215
- update-rc.d apache2 disable > /dev/null 2>&1
1216
- systemctl start apache2 > /dev/null 2>&1
1217
fi
1218
1219
install/hst-install-ubuntu.sh
@@ -1183,6 +1183,7 @@ if [ "$apache" = 'yes' ]; then
1183
1184
1185
1186
+fi
1187
1188
1189
#----------------------------------------------------------#
0 commit comments