summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-10-02 09:02:35 +0200
committerAndreas Maunz <andreas@maunz.de>2012-10-02 09:02:35 +0200
commit47bcad693cda3b5344439f3eb88d43bfaa8f2a20 (patch)
tree0f62adf1fb8ac3b1da872b275d3e0b4da13e3a54
parentf9e1b2fcefdf468383601041ac1021336beb567a (diff)
sym backlink always on
-rwxr-xr-xopentox-ruby.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index f080373..4c04df9 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -75,7 +75,7 @@ cmd="sed -e \"s,SERVERNAME,$servername,;s,ESCAPEDSERVER,$escapedserver,;s,LOGGER
cmd="sed -e \"s,SERVERNAME,$servername,;s,ESCAPEDSERVER,$escapedserver,;s,LOGGER,$logger,;s,AA,$aa,;s,WWW_DEST,$WWW_DEST,;s,NGINX_PORT,$NGINX_PORT,;s,OHM_PORT,$OHM_PORT,\" aa-$OT_INSTALL.yaml >> $HOME/.opentox/config/production.yaml" && run_cmd "$cmd" "Config 2"
cmd="cp pc_descriptors.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "Ambit"
-if [ "$OT_BRANCH" = "development" ] || expr match "$OT_BRANCH" "release"; then
+#if [ "$OT_BRANCH" = "development" ] || expr match "$OT_BRANCH" "release"; then
mkdir -p $WWW_DEST/opentox >>$LOG 2>&1
cd $WWW_DEST/opentox >>$LOG 2>&1
rm -rf opentox-ruby >>$LOG 2>&1
@@ -87,6 +87,6 @@ if [ "$OT_BRANCH" = "development" ] || expr match "$OT_BRANCH" "release"; then
rm -rf "$GEM_LIB~" >>$LOG 2>&1
mv "$GEM_LIB" "$GEM_LIB~" >>$LOG 2>&1
cmd="ln -sf $WWW_DEST/opentox/opentox-ruby/lib $GEM_LIB" && run_cmd "$cmd" "Linking back"
-fi
+#fi
cd "$DIR"