diff --git a/entrypoint.sh b/entrypoint.sh index 2d79601..a1dff5e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -159,7 +159,7 @@ build_check(){ ## CHECK FOR MISSING BUILD ARTIFACTS ## for f in $SERVER_JAR_PATH ${BUILD_META_DIR}/{mc_version,spigot,craftbukkit}; do if [[ ! -f "$f" ]]; then - echo "[WARN ] Missing build artifact detected: '$f'" 1>&2 + echo "[INFO ] Missing file: '$f'" 1>&2 build_run; return 0 fi done