diff --git a/functions.sh b/functions.sh index 6ded53f..ccbcb71 100755 --- a/functions.sh +++ b/functions.sh @@ -3,6 +3,9 @@ set -e +VERBOSE=${VERBOSE:-1} +DEBUG=${DEBUG:-0} + ################################################################################ # Global functions ################################################################################