mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +01:00
ssh: fix mistake with sudo on remote
This commit is contained in:
parent
53dfb30af3
commit
01b82ecaf3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
||||||
"-p" target.port
|
"-p" target.port
|
||||||
"-t"
|
"-t"
|
||||||
target.host
|
target.host
|
||||||
(if target.sudo then command else "sudo ${command}")
|
(if target.sudo then "sudo ${command}" else command)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue