diff --git a/balance-containers/run.bash b/balance-containers/run.bash index fc9a0f5..de8c072 100755 --- a/balance-containers/run.bash +++ b/balance-containers/run.bash @@ -47,7 +47,7 @@ move_ct() { # Boucler sur les arguments case "${1}" in -l|--list) - lxc list --columns Ln --format csv | tee $containersList + lxc list --columns Ln --format csv 2> /dev/null | tee $containersList ;; -b|--balance) while read line; do