From e16479ddb030e29a681630071554c8100f9e17ea Mon Sep 17 00:00:00 2001 From: "highTower.SU" <3651850+highTowerSU@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:59:19 +0100 Subject: [PATCH] Added hook-symlinks --- serverfs/usr/sbin/update-linbofs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverfs/usr/sbin/update-linbofs b/serverfs/usr/sbin/update-linbofs index 38e29ec..4aa95f3 100755 --- a/serverfs/usr/sbin/update-linbofs +++ b/serverfs/usr/sbin/update-linbofs @@ -91,7 +91,7 @@ exec_hooks() { esac local hookdir="$HOOKSDIR/update-linbofs.$1.d" [ -d "$hookdir" ] || mkdir -p $hookdir - local hook_files=$(find "$hookdir" -type f -executable) + local hook_files=$(find "$hookdir" -xtype f -executable) [ -z "$hook_files" ] && return local file for file in $hook_files; do