From 8bdd645cb58c93171076780daac46986b23f4d0a Mon Sep 17 00:00:00 2001 From: villadalmine Date: Fri, 9 Sep 2016 18:27:18 -0300 Subject: [PATCH] Added some fix to resolv starting issues in docker comanage --- .../bin/{configure_http.sh => configure_httpd.sh} | 0 container_files/bin/start.sh | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename container_files/bin/{configure_http.sh => configure_httpd.sh} (100%) 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