diff options
Diffstat (limited to 'Services/apache/sx-httpd.sh')
-rw-r--r-- | Services/apache/sx-httpd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh index a74e766..57a6e32 100644 --- a/Services/apache/sx-httpd.sh +++ b/Services/apache/sx-httpd.sh @@ -78,7 +78,7 @@ function stop_server { # Start the httpd server as a deamon and execute it inside # the running shell function start_daemon { - echo "=> Starting httpd daemon ..." - display_container_started + echo "=> Starting httpd daemon ..." | tee -a $STARTUPLOG + display_container_started | tee -a $STARTUPLOG exec /usr/sbin/apachectl -D FOREGROUND } |