Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled

This commit is contained in:
CanbiZ 2025-09-19 08:28:10 +02:00
parent 864e63c04d
commit 17cb74a8f0

View File

@ -106,6 +106,11 @@ else
fi fi
fi fi
if [ -n "${_COMMUNITY_SCRIPTS_LOADER:-}" ]; then
return 0 2>/dev/null || exit 0
fi
_COMMUNITY_SCRIPTS_LOADER=1
# --- Step 3: always source local versions of the core files --- # --- Step 3: always source local versions of the core files ---
source "$FUNC_DIR/core.func" source "$FUNC_DIR/core.func"
source "$FUNC_DIR/error_handler.func" source "$FUNC_DIR/error_handler.func"