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