mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 23:17:38 +01:00
verbose setting
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
############################
|
############################
|
||||||
|
|||||||
Reference in New Issue
Block a user