real latest install
This commit is contained in:
+2
-2
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user