diff options
Diffstat (limited to 'Services/apache/run.sh')
-rw-r--r-- | Services/apache/run.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Services/apache/run.sh b/Services/apache/run.sh index ee10346..7a06314 100644 --- a/Services/apache/run.sh +++ b/Services/apache/run.sh @@ -2,12 +2,6 @@ source /bin/sx-lib.sh source /bin/sx-httpd.sh -if [[ "$0" == *"run.sh" && ! $1 = "" ]];then - eval "$@"; -fi - check_httpd_environment | tee -a $STARTUPLOG display_container_httpd_header | tee -a $STARTUPLOG -begin_config | tee -a $STARTUPLOG -end_config | tee -a $STARTUPLOG -start_daemon +start_service_httpd |