Merge pull request #5 from rogeriochaves/patch-3
Remove double quotes from ssh target
This commit is contained in:
commit
f3229ab566
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user