Skip to content

Commit a7a45c4

Browse files
committed
Supress apache2 stop error message.
1 parent 664f3a1 commit a7a45c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ if [ "$apache" = 'yes' ]; then
10151015
check_result $? "apache2 start failed"
10161016
else
10171017
update-rc.d apache2 disable > /dev/null 2>&1
1018-
service apache2 stop >> $LOG
1018+
service apache2 stop > /dev/null 2>&1
10191019
fi
10201020

10211021

0 commit comments

Comments
 (0)