mirror of
https://github.com/mistergibson/radio.git
synced 2026-09-08 22:09:51 -07:00
bug fixes
This commit is contained in:
parent
21f1b14109
commit
1c4fc11b47
7 changed files with 1133 additions and 1383 deletions
|
|
@ -3,5 +3,5 @@
|
|||
# them up natively at boot (in-process mutation is unreliable per JRuby #5269).
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
export GEM_HOME="${GEM_HOME:-$SCRIPT_DIR/.gems}"
|
||||
export GEM_PATH="${GEM_PATH:-$SCRIPT_DIR/.gems:/opt/jruby/lib/ruby/gems/shared}"
|
||||
exec /opt/jruby/bin/jruby "$@"
|
||||
export GEM_PATH="${GEM_PATH:-$SCRIPT_DIR/.gems}"
|
||||
exec /usr/bin/jruby "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue