Merge pull request #5 from rogeriochaves/patch-3
Remove double quotes from ssh target
This commit is contained in:
@ -23,4 +23,4 @@ CMD
|
|||||||
)
|
)
|
||||||
|
|
||||||
kickstart compile "$@"
|
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