mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-08 23:17:38 +00:00
Update verbose mode
- Remove `set -x` - Only entries with `$STD` will be shown
This commit is contained in:
@ -17,7 +17,6 @@ color() {
|
||||
|
||||
verb_ip6() {
|
||||
if [ "$VERBOSE" = "yes" ]; then
|
||||
set -x
|
||||
STD=""
|
||||
else STD="silent"; fi
|
||||
silent() { "$@" >/dev/null 2>&1; }
|
||||
|
Reference in New Issue
Block a user