From c68cbaeee84d662e3b7fa342008200309c2c1719 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Sat, 26 Sep 2015 00:51:33 -0300 Subject: [PATCH] Ensures that we execute the deployment using bash --- lib/kickstart-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"