From ab85b5266b5a0273127ce6db477870fcae3e77e1 Mon Sep 17 00:00:00 2001 From: Alexandre LE GALL Date: Sat, 17 Jul 2021 22:14:16 +0200 Subject: [PATCH] =?UTF-8?q?balance-containers:=20d=C3=A9sactiver=20le=20me?= =?UTF-8?q?ssage=20d'avertissement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- balance-containers/run.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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