diff --git a/container_files/bin/configure_http.sh b/container_files/bin/configure_httpd.sh similarity index 100% rename from container_files/bin/configure_http.sh rename to container_files/bin/configure_httpd.sh diff --git a/container_files/bin/start.sh b/container_files/bin/start.sh index be61c62..29c15e6 100755 --- a/container_files/bin/start.sh +++ b/container_files/bin/start.sh @@ -17,7 +17,7 @@ then echo "COmanage was configured" echo "Starting apache" >>$log echo "Starting apache" - /usr/local/bin/httpd-shib-foreground & + /usr/local/bin/httpd-shib-foreground fi else echo "Composed so waiting for MariaDB: " > $log @@ -29,5 +29,5 @@ else date >> $log echo "Starting apache" >>$log echo "Starting apache" - /usr/local/bin/httpd-shib-foreground & -fi \ No newline at end of file + /usr/local/bin/httpd-shib-foreground +fi