summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-09-03 16:57:50 +0200
committerAndreas Maunz <andreas@maunz.de>2012-09-03 16:57:50 +0200
commit24e34e3413a13a119a891e138705852a2624e80d (patch)
tree1f7b72198a88d6c30a1937f7e6c4bfc9f306cf94 /bin
parent905e8ee9025f7602ee63babc9048d0212937227b (diff)
Fixed ruby version
Diffstat (limited to 'bin')
-rwxr-xr-xbin/opentox-test-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/opentox-test-install b/bin/opentox-test-install
index c8fbbb1..3b1cf33 100755
--- a/bin/opentox-test-install
+++ b/bin/opentox-test-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 (<Return> to continue)."
read delete_me
@@ -37,6 +34,9 @@ if [ "$OT_BRANCH" = "development" ]; then
cmd="test -d $OT_PREFIX/opentox-client" && run_cmd "$cmd" "Opentox-client"
fi
+# Adjust ruby version here!
+RUBY_NUM_VER="1.9.3-p194"
+
# ruby
install_ruby