Update core.func

This commit is contained in:
CanbiZ 2025-05-09 15:40:06 +02:00
parent 16d437a199
commit 7f3d371262

View File

@ -98,6 +98,7 @@ else
fi
silent() {
echo "DEBUG: VERBOSE: '$VERBOSE'"
if [ "$VERBOSE" = "no" ]; then
"$@" >/dev/null 2>&1 || return 1
else