Update verbose mode

- Remove `set -x`
- Only entries with `$STD` will be shown
This commit is contained in:
tteckster 2024-01-09 19:44:38 -05:00 committed by GitHub
parent 1eaf2b2988
commit 9ca401e30f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 4 deletions

View file

@ -17,7 +17,6 @@ color() {
verb_ip6() {
if [ "$VERBOSE" = "yes" ]; then
set -x
STD=""
else STD="silent"; fi
silent() { "$@" >/dev/null 2>&1; }