changed final message

This commit is contained in:
André Bauer 2016-12-17 13:23:29 +01:00
parent de34982465
commit 0affcbd836

View File

@ -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