Remove double quotes from ssh target
This commit is contained in:
parent
583bfa13db
commit
7cff074e95
@ -23,4 +23,4 @@ CMD
|
||||
)
|
||||
|
||||
kickstart compile "$@"
|
||||
tar chz -C compile . | ssh "$target" "$remote_command"
|
||||
tar chz -C compile . | ssh $target "$remote_command"
|
||||
|
Loading…
Reference in New Issue
Block a user