summaryrefslogtreecommitdiff
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
commitfc9440e18adb81992098f999d8fc1f4742219ffd (patch)
treed22c5bce2c3e8b12cad0a59bd9ee95dafb6f23a6
parentd233a30f97254b9df75bbb63637e2bde9ba84a8c (diff)
Fixed ruby version
-rwxr-xr-xbin/opentox-server-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/opentox-server-install b/bin/opentox-server-install
index c4701c3..e832cd4 100755
--- a/bin/opentox-server-install
+++ b/bin/opentox-server-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