mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-22 16:27:39 +01:00
Fix e2e
This commit is contained in:
parent
24da57a06b
commit
eca779c847
@ -5,7 +5,7 @@ namespace Deployer;
|
||||
require_once __DIR__ . '/hosts.php';
|
||||
|
||||
task('test:misc:sudo-write-user', function (): void {
|
||||
$cmd = 'sudo bash -s \'echo Current user is: $USER\'';
|
||||
$cmd = 'sudo bash -c \'echo Current user is: $USER\'';
|
||||
$output = run($cmd);
|
||||
writeln($output);
|
||||
})->shallow();
|
||||
|
Loading…
x
Reference in New Issue
Block a user