Display port number

This commit is contained in:
Kroese 2023-04-21 21:58:16 +02:00 committed by GitHub
parent 04820ec9f9
commit 8d22684894

View File

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