From 21241554dba3403ba8f770d3fd805bf0e4b956b6 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Wed, 12 Jun 2013 10:55:52 -0700 Subject: Now that we removed the readlink command to allow rails-post-deploy to be easily run on e.g. OSX, use a relative path for the softlink. --- script/rails-post-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/rails-post-deploy') 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 -- cgit v1.2.3