aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-12 10:55:52 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-12 10:55:52 -0700
commit21241554dba3403ba8f770d3fd805bf0e4b956b6 (patch)
treec1aebfb70d682f23ceca5238d6a4e24909c8643c
parent0ad2498b6ea689530af4b5de2b119da96f4d983c (diff)
Now that we removed the readlink command to allow rails-post-deploy to be easily run on e.g. OSX, use a relative path for the softlink.hotfix/0.11.0.10
-rwxr-xr-xscript/rails-post-deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy
index 4048c852f..a3257cf35 100755
--- a/script/rails-post-deploy
+++ b/script/rails-post-deploy
@@ -50,7 +50,7 @@ fi
if [ ! -e "$TOP_DIR/public/download" ]
then
mkdir -p "$TOP_DIR/cache/zips/download"
- ln -s "$TOP_DIR/cache/zips/download" "$TOP_DIR/public/"
+ ln -s "../cache/zips/download" "$TOP_DIR/public/"
fi
cd log