mirror of
https://cgit.krebsco.de/krops/
synced 2025-02-03 22:05:54 +00:00
Merge pull request #9 from nyantec/feature/sudo
ssh: fix mistake with sudo on remote
This commit is contained in:
commit
f2f8cbf1af
@ -26,7 +26,7 @@ in
|
||||
"-p" target.port
|
||||
"-t"
|
||||
target.host
|
||||
(if target.sudo then command else "sudo ${command}")
|
||||
(if target.sudo then "sudo ${command}" else command)
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user