mirror of
https://cgit.krebsco.de/krops/
synced 2025-09-18 08:57:37 +00:00
krops runCommand: derive script name from command
This commit is contained in:
parent
81c4885124
commit
486300fb35
@ -21,7 +21,7 @@ in
|
||||
if lib.isLocalTarget target
|
||||
then command
|
||||
else
|
||||
writers.writeDash "build.${target.host}" ''
|
||||
writers.writeDash "krops.${target.host}.${lib.firstWord command}" ''
|
||||
exec ${openssh}/bin/ssh ${lib.escapeShellArgs (lib.flatten [
|
||||
(lib.optionals (target.user != "") ["-l" target.user])
|
||||
"-p" target.port
|
||||
|
Loading…
x
Reference in New Issue
Block a user