Ensures that we execute the bootstraping using bash

This commit is contained in:
Bruno Tavares 2015-09-26 00:52:37 -03:00
parent c68cbaeee8
commit d157180b92

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 "bash -c '$remote_command'"