Remove double quotes from ssh target

This commit is contained in:
Rogério Chaves 2015-09-25 20:12:01 -03:00
parent 583bfa13db
commit 7cff074e95

View File

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