real latest install
This commit is contained in:
+2
-2
@@ -212,10 +212,10 @@ function launch_hooks {
|
||||
echo "Processing: $hook"
|
||||
|
||||
# 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'
|
||||
fi
|
||||
echo ----------------
|
||||
echo ----------------------
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user