mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-04 02:40:16 +00:00
Update install.func
revert tweak
This commit is contained in:
parent
db0abe293d
commit
7cfb239d70
@ -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"
|
# This function enables IPv6 if it's not disabled and sets verbose mode if the global variable is set to "yes"
|
||||||
verb_ip6() {
|
verb_ip6() {
|
||||||
if [ "$VERBOSE" = "yes" ]; then
|
if [ "$VERBOSE" = "yes" ]; then
|
||||||
|
set -x
|
||||||
STD=""
|
STD=""
|
||||||
else STD="silent"; fi
|
else STD="silent"; fi
|
||||||
silent() { "$@" >/dev/null 2>&1; }
|
silent() { "$@" >/dev/null 2>&1; }
|
||||||
|
Loading…
Reference in New Issue
Block a user