diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/rails-post-deploy | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 6eca2f68f..de950311c 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -46,12 +46,6 @@ else fi mkdir -p log fi -# link the "downloads" directory in the cache to somewhere it can be served -if [ ! -e "$TOP_DIR/public/download" ] -then - mkdir -p "$TOP_DIR/cache/zips/download" - ln -s "../cache/zips/download" "$TOP_DIR/public/" -fi cd log touch development.log fastcgi.crash.log production.log test.log |