lib/django-recipes/recipes/deploy.rb in django-recipes-1.1.0 vs lib/django-recipes/recipes/deploy.rb in django-recipes-1.1.1

- old
+ new

@@ -42,9 +42,10 @@ after('deploy:setup','deploy:create_upload_directories') desc "[internal] Chgrp -R of /shared/system writable by the apache group" task :writable_directories, :roles => :app do sudo "chown -R #{user}:#{apache_group} #{shared_path}/system" + sudo "chmod -R g+w #{shared_path}/system" end desc "Starts the application server" task :start, :roles => :app do sudo "#{start_cmd}" \ No newline at end of file