added final message
This commit is contained in:
parent
03524bd667
commit
de34982465
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user