From f5df55c0d9733a89cc3eb94fc31fad724de6b0f6796f10b5f4aae8197a880d59 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Tue, 12 Aug 2025 13:01:54 +0200 Subject: [PATCH] V8.04.002.2025.08.11 Signed-off-by: Marc S. Weidner --- lib/lib_check_hooks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lib_check_hooks.sh b/lib/lib_check_hooks.sh index 199befe..222fa8d 100644 --- a/lib/lib_check_hooks.sh +++ b/lib/lib_check_hooks.sh @@ -25,6 +25,7 @@ check_hooks() { ifs=$'\n\t' shopt -s nullglob declare -a files=("${VAR_WORKDIR}"/config/hooks/live/*.chroot) + files+=("${VAR_WORKDIR}"/config/hooks/live/*.hook.binary) if (( ${#files[@]} == 0 )); then printf "\e[91m❌ No '*.chroot' files found in '%s/config/hooks/live'. \e[0m\n" "${VAR_WORKDIR}" >&2