diff --git a/lib/kickstart-deploy b/lib/kickstart-deploy index d2b478f..a33df8e 100755 --- a/lib/kickstart-deploy +++ b/lib/kickstart-deploy @@ -25,4 +25,4 @@ CMD ) kickstart compile "$@" -tar chz -C compile . | ssh $target "$remote_command" +tar chz -C compile . | ssh $target "bash -c '$remote_command'"