diff options
-rw-r--r-- | docker-test/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-test/entrypoint.sh b/docker-test/entrypoint.sh index 3643b51b..b9382998 100644 --- a/docker-test/entrypoint.sh +++ b/docker-test/entrypoint.sh @@ -36,7 +36,7 @@ echo '*** Starting Apache...' sleep 1 rm -rf /run/httpd/* /tmp/httpd* -intercept /usr/sbin/httpd >>/tmp/apache.out 2>&1 +intercept /usr/sbin/httpd >>/tmp/apache.out 2>&1 & echo '***' echo '*** Up and running at' $virtip4 '-- join network 8056c2e21c000001 and try:' |