__lxc_container: remove default --quiet parameter

Because we want to see error messages, too. And lxc isn't that
verbose.
This commit is contained in:
matze 2020-11-29 15:01:46 +01:00
parent 4e06ea7816
commit 2b97e08ff2

View file

@ -33,7 +33,7 @@ lxcpath="$(cat "$__object/parameter/lxcpath" 2>/dev/null || true)"
# Summerize common parameter arguments, listed in manual as "COMMON OPTIONS"
# will passed raw; must qouted manually
LXC_PARAM="-q"
LXC_PARAM=""
# if lxcpath given
if [ -n "$lxcpath" ]; then