verbose setting

This commit is contained in:
Alexandre
2021-12-10 22:49:13 +01:00
parent f9d3b33e5d
commit 6df150b341

View File

@@ -4,9 +4,9 @@
# INIT # # INIT #
######## ########
VERBOSE=false
set +u 2>/dev/null set +u 2>/dev/null
PACKAGES="${*:-}" PACKAGES="${1:-}"
VERBOSE="${2:-}"
[ "$VERBOSE" = true ] && echo "ENV : $PACKAGES" [ "$VERBOSE" = true ] && echo "ENV : $PACKAGES"
############################ ############################