Anton Minin

Results 3 comments of Anton Minin

@roukmoute, I can't reproduce the case in test env :unamused:

When `cap development whenever:update_crontab` does nothing overriding `:whenever_roles` ```ruby # deploy.rb set :whenever_roles, :all ``` solves the problem.

@webdevilopers The obvious solution is to replace ``` setfacl -R ``` with ``` find -exec setfacl {} \; ``` somewhere here https://github.com/capistrano/file-permissions/blob/master/lib/capistrano/tasks/file-permissions.rake#L45