mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-25 09:44:08 +01:00
Update install.func
tweak
This commit is contained in:
parent
e8c61ddea7
commit
db0abe293d
@ -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"
|
# 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