Browse Source

Supress apache2 stop error message.

Raphael Schneeberger 7 years ago
parent
commit
a7a45c4153
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -1015,7 +1015,7 @@ if [ "$apache" = 'yes' ]; then
     check_result $? "apache2 start failed"
     check_result $? "apache2 start failed"
 else
 else
     update-rc.d apache2 disable > /dev/null 2>&1
     update-rc.d apache2 disable > /dev/null 2>&1
-    service apache2 stop >> $LOG
+    service apache2 stop > /dev/null 2>&1
 fi
 fi