Update install.func

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

View File

@ -18,7 +18,6 @@ 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; }