mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Update writable.php
This commit is contained in:
parent
80e68eced7
commit
d4205d0dcc
@ -15,7 +15,7 @@ task('deploy:writable', function () {
|
||||
$httpUser = get('http_user', false);
|
||||
$runOpts = [];
|
||||
if ($sudo) {
|
||||
$runOpts['tty'] = get('writable_request_tty', false);
|
||||
$runOpts['tty'] = get('writable_tty', false);
|
||||
}
|
||||
|
||||
if (empty($dirs)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user