Update install.func

revert tweak
pull/2259/head
tteckster 2 years ago committed by GitHub
parent db0abe293d
commit 7cfb239d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      misc/install.func

@ -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; }

Loading…
Cancel
Save