added final message

This commit is contained in:
André Bauer 2016-12-17 13:21:40 +01:00
parent 03524bd667
commit de34982465

View File

@ -42,6 +42,8 @@ if [ "$1" = 'zammad' ]; then
script/scheduler.rb start & script/scheduler.rb start &
rails s -p 3000 -b 0.0.0.0 rails s -p 3000 -b 0.0.0.0
echo "zammad ready! open http://localhost in your browser!"
if [ "${DEBUG}" == "yes" ]; then if [ "${DEBUG}" == "yes" ]; then
# keepalive if error # keepalive if error
while true; do while true; do