Unquote to let word splitting happens and pass the information to ssh. Bug introduced when cleaning up linting warnings.

This commit is contained in:
Bruno Tavares 2015-09-26 00:39:52 -03:00
parent 87060cbc94
commit 0c7f0fe389

View File

@ -15,4 +15,4 @@ cat <<CMD
CMD CMD
) )
tar chz -C "$(kickstart root-dir)" . | ssh "$target" "$remote_command" tar chz -C "$(kickstart root-dir)" . | ssh $target "$remote_command"