diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-17 15:02:10 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-17 15:02:10 -0700 |
commit | 52d43ecf01cc22aa0fcad82f46b577bb55126ccc (patch) | |
tree | f79b3f7ddf1d95f040d027c7650c25c48f60dee2 /script/rails-post-deploy | |
parent | b1bb9d81f624936a49142c8f98fd7f0643e169fe (diff) | |
parent | 4a4169c606e0e26b905e11e1fc75c45268498112 (diff) |
Merge branch 'hotfix/0.11.0.13' into wdtk
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 |