Loading run/check.sh +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
run/check.sh +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading