diff options
author | Mark Longair <mhl@pobox.com> | 2013-06-17 15:47:33 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-06-17 15:47:33 +0100 |
commit | 717353e2139d40b4c7646b890b571004f962d4a7 (patch) | |
tree | 8f1ed17864444262df2bb4b04128b647ebbf73da /script/rails-post-deploy | |
parent | d6dc9d2036654ab81cc32dc7a4e260f6f5d8c54c (diff) | |
parent | 64ae21945a69441ad6a58a1069417e7a56cc15f6 (diff) |
Merge tag '0.11.0.12' into wdtk
0.11.0.12
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 2 |
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 |