aboutsummaryrefslogtreecommitdiffstats
path: root/script/rails-post-deploy
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-06-17 15:47:33 +0100
committerMark Longair <mhl@pobox.com>2013-06-17 15:47:33 +0100
commit717353e2139d40b4c7646b890b571004f962d4a7 (patch)
tree8f1ed17864444262df2bb4b04128b647ebbf73da /script/rails-post-deploy
parentd6dc9d2036654ab81cc32dc7a4e260f6f5d8c54c (diff)
parent64ae21945a69441ad6a58a1069417e7a56cc15f6 (diff)
Merge tag '0.11.0.12' into wdtk
0.11.0.12
Diffstat (limited to 'script/rails-post-deploy')
-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