easy-deploy-bundle icon indicating copy to clipboard operation
easy-deploy-bundle copied to clipboard

fixPermissionsWithAcl requires setfacl command exists

Open yann-eugone opened this issue 8 years ago • 1 comments

Found in DefaultDeployer::getRequirements that a requirement is added if configured to fix permissions with ACL.

This commands seems to run onto the local environment, which make no sense to me (if I understood the entire thing).

Could this check be removed ?

yann-eugone avatar Aug 09 '17 14:08 yann-eugone

Not exactly. Call is broken, there are two PR's with a fix. #28 and #45

fon60 avatar Mar 10 '18 20:03 fon60