summaryrefslogtreecommitdiffstats
path: root/Services/apache/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Services/apache/run.sh')
-rw-r--r--Services/apache/run.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Services/apache/run.sh b/Services/apache/run.sh
index 026c618..e06a7c5 100644
--- a/Services/apache/run.sh
+++ b/Services/apache/run.sh
@@ -6,7 +6,6 @@ if [[ "$0" == *"run.sh" && ! $1 = "" ]];then
eval "$@";
fi
-check_environment | tee -a $STARTUPLOG
check_httpd_environment | tee -a $STARTUPLOG
display_container_httpd_header | tee -a $STARTUPLOG
begin_config | tee -a $STARTUPLOG