Update install.func

revert tweak
This commit is contained in:
tteckster 2023-12-20 11:32:06 -05:00 committed by GitHub
parent db0abe293d
commit 7cfb239d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ color() {
# This function enables IPv6 if it's not disabled and sets verbose mode if the global variable is set to "yes"
verb_ip6() {
if [ "$VERBOSE" = "yes" ]; then
set -x
STD=""
else STD="silent"; fi
silent() { "$@" >/dev/null 2>&1; }