diff options
author | startxfr <clarue@startx.fr> | 2015-12-28 04:47:44 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-28 04:47:44 +0100 |
commit | 05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1 (patch) | |
tree | 9da3d48f1c649dadfbb781466a4b1f47a75b632d /Services/apache/sx-httpd.sh | |
parent | 8c4b807fe1edc824852d3d880c724fcc135839e3 (diff) | |
download | phpmyadmin-05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1.tar.gz phpmyadmin-05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1.tar.bz2 phpmyadmin-05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1.tar.xz phpmyadmin-05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1.zip |
change in doc for nodejs + fix in startup script
Diffstat (limited to 'Services/apache/sx-httpd.sh')
-rw-r--r-- | Services/apache/sx-httpd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh index 1adec4e..b850ee3 100644 --- a/Services/apache/sx-httpd.sh +++ b/Services/apache/sx-httpd.sh @@ -87,5 +87,5 @@ function stop_server { function start_daemon { echo "=> Starting httpd daemon ..." | tee -a $STARTUPLOG display_container_started | tee -a $STARTUPLOG - exec /usr/sbin/apachectl -D FOREGROUND + exec /usr/sbin/apachectl && tail -f $LOG_PATH/error.log } |