diff --git a/run/check.sh b/run/check.sh index 70d0c9e..6179b26 100644 --- a/run/check.sh +++ b/run/check.sh @@ -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