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
commit54ad83a43204d2cbaf10a828b5b4d00d21cb6629 (patch)
treec8a815b2a719df7f13f5138ce215394074b05c32
parent698d52e4e2705f1d7584d18cc1f196a4fbdb0fd2 (diff)
Fixed ruby version
-rwxr-xr-xbin/dataset-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dataset-install b/bin/dataset-install
index 725361a..abff203 100755
--- a/bin/dataset-install
+++ b/bin/dataset-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