Skip to content

Commit

Permalink
Support for rvm (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
stiig authored and nateberkopec committed Jan 30, 2017
1 parent 9c089f1 commit 42126a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/jungle/init.d/run-puma
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ if [ -d "$HOME/.rbenv/bin" ]; then
elif [ -d "/usr/local/rbenv/bin" ]; then
PATH="/usr/local/rbenv/bin:/usr/local/rbenv/shims:$PATH"
eval "$(rbenv init -)"
elif [ -f /usr/local/rvm/scripts/rvm ]; then
source /etc/profile.d/rvm.sh
elif [ -f "$HOME/.rvm/scripts/rvm" ]; then
source "$HOME/.rvm/scripts/rvm"
fi

app=$1; config=$2; log=$3;
Expand Down

0 comments on commit 42126a2

Please sign in to comment.