From 0affcbd83651965ad80efc7ccf29c3a902e1d841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sat, 17 Dec 2016 13:23:29 +0100 Subject: [PATCH] changed final message --- docker-entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 0f2d18b..54d732d 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -38,12 +38,11 @@ if [ "$1" = 'zammad' ]; then # run zammad echo "starting zammad..." + echo "zammad will be accessable on http://localhost in some seconds" script/websocket-server.rb -b 0.0.0.0 start & script/scheduler.rb start & rails s -p 3000 -b 0.0.0.0 - echo "zammad ready! open http://localhost in your browser!" - if [ "${DEBUG}" == "yes" ]; then # keepalive if error while true; do