diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-12 11:00:25 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-12 11:00:25 -0700 |
commit | 3e50311e30e304c8b399cf0b33c8b90fecc94626 (patch) | |
tree | ff331af3991ee7ca3b71cb22809ee61f9010bc76 | |
parent | 7adb0b61a8aa38940f1f77a2d16cc6d42d01b16b (diff) | |
parent | 21241554dba3403ba8f770d3fd805bf0e4b956b6 (diff) |
Merge branch 'hotfix/0.11.0.10' into rails-3-develop
-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 |