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
commit61d6cc9043451845ccca7a191ee4fc2a49b37f06 (patch)
treeb48511a322e4963360cc5572306df7ce200d5d8d
parente4fdc3c8616b7f4a24c5f50e8ab9dbef4d4bcf55 (diff)
Fixed ruby version
-rwxr-xr-xbin/feature-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/feature-install b/bin/feature-install
index f001d6e..b2fcd47 100755
--- a/bin/feature-install
+++ b/bin/feature-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