[__lxc_container] fix SC2021

Problems with backets and tr.
This commit is contained in:
matze 2020-06-28 14:12:49 +02:00
commit 1b735fb150

View file

@ -14,5 +14,5 @@ if ! lxc_c info -H -S >/dev/null 2>&1; then
echo "absent"
else
# print state (command output matches to type states)
lxc_c info -H -s | tr '[[:upper:]]' '[[:lower:]]'
lxc_c info -H -s | tr '[:upper:]' '[:lower:]'
fi