diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-03 15:42:24 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-03 15:42:24 +0000 |
commit | 6ace8b704064d456c2ed6a15c6662f0a50c08b73 (patch) | |
tree | 4875fd5e10e941208e8c84598437a0bb0bb7e457 /script/rails-post-deploy | |
parent | 7ca2cd55eef6a2db8988077815e9454001c2b90b (diff) |
Remove unneeded part of script now symlinks in git
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 85dfbd16f..164a698e4 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -29,10 +29,6 @@ else OPTION_STAGING_SITE=1 fi -# Go into vendor -mkdir -p vendor -cd vendor - # create initial log files if [ -e $APP_DIR/../logs ] then |