From d1645d959ab2b0701ff6bd616d44ca7aaeaf0eca Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 3 Sep 2012 16:57:50 +0200 Subject: Fixed ruby version --- bin/opentox-client-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/opentox-client-install b/bin/opentox-client-install index d52dace..61e2edf 100755 --- a/bin/opentox-client-install +++ b/bin/opentox-client-install @@ -6,9 +6,6 @@ SELF=$(basename $0 -install) [ "`id -u`" = "0" ] && echo "This script must be run as non-root." 1>&2 && exit 1 -# Adjust ruby version here! -RUBY_NUM_VER="1.9.3-p194" - echo echo "Welcome to service installation ( to continue)." read delete_me @@ -33,6 +30,9 @@ RUBY_DIR="$HOME/.rbenv/versions/$RUBY_NUM_VER" check_utils "rbenv find" check_log $SELF +# Adjust ruby version here! +RUBY_NUM_VER="1.9.3-p194" + # ruby install_ruby -- cgit v1.2.3