real latest install

This commit is contained in:
pvincent
2026-08-22 20:31:48 +04:00
parent 97a1437e60
commit 9c6264d8b9
+2 -2
View File
@@ -212,10 +212,10 @@ function launch_hooks {
echo "Processing: $hook" echo "Processing: $hook"
# shellcheck disable=SC1090 # shellcheck disable=SC1090
if ! miaou-bash "$hook" 3>/dev/null; then if ! miaou-bash "$hook" 3>/dev/null 2>&1; then
echo 'WARNING: hook failure, bypassed' echo 'WARNING: hook failure, bypassed'
fi fi
echo ---------------- echo ----------------------
done done
} }