summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-10-31 10:52:22 +0100
committerAndreas Maunz <andreas@maunz.de>2011-10-31 10:52:22 +0100
commit1c63985d4100ca7a7e90b03f8e6b9412ec71d20b (patch)
tree8dd513c6e0de6163e1708b1f1677eb00d3cdc556
parent38639345f47de0f4505d61dab1d6a5d063e9cc50 (diff)
Fixing symlink creation: restored '/' at end of target path
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 375d22f..79c6569 100644
--- a/README
+++ b/README
@@ -67,7 +67,7 @@ otupdate() {
echo "Warning! Your lib $LINK_DIR is no symlink. Linking back for you..."
rm -rf "$LINK_DIR~"
mv "$LINK_DIR" "$LINK_DIR~"
- ln -sf $HOME/opentox-ruby/www/opentox/opentox-ruby/lib `echo ${LINK_DIR::${#LINK_DIR}-4}`
+ ln -sf $HOME/opentox-ruby/www/opentox/opentox-ruby/lib `echo ${LINK_DIR::${#LINK_DIR}-3}`
fi
echo "Please execute 'otstart' to restart."
cd "$START_DIR"