From cada1b7eceae9cbf6e19817ffb09c955a7fb6fd6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 11 Apr 2013 19:32:55 -0300 Subject: Another cleanup --- templates/deploy.sh.erb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'templates') diff --git a/templates/deploy.sh.erb b/templates/deploy.sh.erb index 80b1b36..bd4031d 100644 --- a/templates/deploy.sh.erb +++ b/templates/deploy.sh.erb @@ -39,9 +39,5 @@ git clone $REPO $SITE/"$INSTANCE"_src # Fix remotes ( cd $SITE/"$INSTANCE"_src && git remote rm origin && git remote add origin $REMOTE ) -# Fix permissions -chown $REPO_OWNER. $REPO -chown $WEB_OWNER.$WEB_GROUP $SITE/"$INSTANCE"_src - # Cleanup rm -rf $SITE/"$INSTANCE"_src_tmp -- cgit v1.2.3