Update ngxproxy

This commit is contained in:
Wonderfall 2016-05-30 10:15:21 +02:00
parent b3b691a422
commit 8f3bc2e9ae

View File

@ -15,7 +15,7 @@ done
while [ "$CONTAINER" == "" ]; do
read -p "Container: " CONTAINER
ping -c 1 CONTAINER
ping -c 1 ${CONTAINER}
if [ "$?" != "0" ]; then
echo "WARNING: ${CONTAINER} seems to be unavailable."
fi