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