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
commit8b942b0deb67b8b703b71aaf7caab13a5967d42c (patch)
tree8ba595a0c745ede57213ba65c71aac99405d72e2
parenteb4d389585467033c21dadf67cf7c36c41ad7860 (diff)
Fixed ruby version
-rwxr-xr-xbin/compound-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/compound-install b/bin/compound-install
index 9b19210..649c87e 100755
--- a/bin/compound-install
+++ b/bin/compound-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