Fix missing dollar

This commit is contained in:
Mate Lakat 2014-01-17 15:20:25 +00:00
parent b9b08ee620
commit bac234b957

View File

@ -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