Fix missing dollar
This commit is contained in:
parent
b9b08ee620
commit
bac234b957
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user