Display IP

This commit is contained in:
Kroese 2023-04-22 20:29:41 +02:00 committed by GitHub
parent eb16001d9c
commit 98a17cfac4

View File

@ -14,6 +14,7 @@ fi
IP=$(cat "${FILE}")
if ! curl -m 3 -ILfSs "http://${IP}:${PORT}/" > /dev/null; then
echo "Failed to reach ${IP}:${PORT}"
exit 1
fi