Merge pull request #42 from ovh/fix

fix: add missing echo
This commit is contained in:
Stéphane Lesimple 2020-11-13 10:19:23 +01:00 committed by GitHub
commit a0ce5947f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ else
fi
if [ "$1" = "--sandbox" ]; then
"The Bastion sandbox container is running, you can now connect to its port 22 (probably remapped to another port on the host)"
echo "The Bastion sandbox container is running, you can now connect to its port 22 (probably remapped to another port on the host)"
fi
while : ; do
sleep 3600