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