mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 00:32:25 +01:00
* Update writable.php Only add the the remote user to setfacl command if he exists as an os user. * Replace is_int() with !empty(). run() usually returns a string, so the static analyzer throws an error, when using is_int() on its return value. * Use test() instead of run() Use test() instead of run to check whether the remote user also exists as an os user.