From 28c18ad086768c20d4a8bfaae3844c873b146159 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 22 Aug 2013 16:30:22 +0100 Subject: Don't make zip dir publicly accessible. We want to be able to authorise access to it. --- script/rails-post-deploy | 6 ------ 1 file changed, 6 deletions(-) (limited to 'script/rails-post-deploy') diff --git a/script/rails-post-deploy b/script/rails-post-deploy index a3257cf35..7b31d25be 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 -- cgit v1.2.3