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
commit0e8af4e48c57936f5021f6e87f84520550e8ea82 (patch)
treed4b1096e540cec4cf3076d69c0ddad3eca12bda1
parent9953bfde43a083bc4659474536f7e7fcc490f565 (diff)
Fixed ruby version
-rwxr-xr-xbin/task-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/task-install b/bin/task-install
index 9b80662..1e21252 100755
--- a/bin/task-install
+++ b/bin/task-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
@@ -42,6 +39,9 @@ fi
# log directory for this service
[ -d $OT_CONFIG_DIR/config/$SELF ] || cmd="mkdir -p $OT_CONFIG_DIR/config/$SELF" && run_cmd "$cmd" "Config directory"
+# Adjust ruby version here!
+RUBY_NUM_VER="1.9.3-p194"
+
# ruby
install_ruby