1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00

add option for verbose mode ()

This commit is contained in:
tteckster 2022-12-22 15:04:51 -05:00 committed by GitHub
parent 01bfd71633
commit cb327cd55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
123 changed files with 748 additions and 5 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")