krops runCommand: derive script name from command

This commit is contained in:
tv 2020-06-08 22:59:09 +02:00
parent 81c4885124
commit 486300fb35
1 changed files with 1 additions and 1 deletions

View File

@ -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