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 a5d9ef1 commit 540f9c0Copy full SHA for 540f9c0
install/hst-install-ubuntu.sh
@@ -1178,9 +1178,9 @@ if [ "$apache" = 'yes' ]; then
1178
1179
if [ "$release" != '20.04' ]; then
1180
update-rc.d apache2 defaults > /dev/null 2>&1
1181
+ systemctl start apache2 >> $LOG
1182
+ check_result $? "apache2 start failed"
1183
fi
- systemctl start apache2 >> $LOG
- check_result $? "apache2 start failed"
1184
else
1185
update-rc.d apache2 disable > /dev/null 2>&1
1186
systemctl stop apache2 > /dev/null 2>&1
0 commit comments