Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-10 07:32:06 +01:00
committed by GitHub
parent 81fa4c9c87
commit 294bde2f41

View File

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