You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially reported this bug to the playframework project (playframework/playframework#3324). I was told that it belonged here, so here we go..:
After upgrading our application from play 2.2 => 2.3.3 the startup-script won't run on our (old) linux server.
output:
./bin/dashboard
./bin/dashboard: line 140: syntax error near unexpected token "$1"' ./bin/dashboard: line 140: java_args+=( "$1" )'
bash -version
GNU bash, version 3.00.15(1)-release (i686-redhat-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc.
Yes, it's an old bash-version running on an old redhat server. Unfortunately that is out of my control. The script works fine when i run it on my macbook.
The text was updated successfully, but these errors were encountered:
I initially reported this bug to the playframework project (playframework/playframework#3324). I was told that it belonged here, so here we go..:
After upgrading our application from play 2.2 => 2.3.3 the startup-script won't run on our (old) linux server.
output:
Yes, it's an old bash-version running on an old redhat server. Unfortunately that is out of my control. The script works fine when i run it on my macbook.
The text was updated successfully, but these errors were encountered: