1
0

balance-containers: désactiver le message d'avertissement

This commit is contained in:
pulsar89.5 2021-07-17 22:14:16 +02:00
parent f5fef01a0c
commit ab85b5266b

View File

@ -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