From bac234b9576bdd9aa5b2360cd4699abaf2727574 Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Fri, 17 Jan 2014 15:20:25 +0000 Subject: [PATCH] Fix missing dollar --- update-node-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-node-image.sh b/update-node-image.sh index 06969b1..e77397d 100755 --- a/update-node-image.sh +++ b/update-node-image.sh @@ -37,7 +37,7 @@ eval $(ssh-agent) ssh-add $KEY_PATH -while ! echo "true" | remote-bash root@IP; do +while ! echo "true" | remote-bash root@$IP; do sleep 1 done