[__lxc_container] fix SC2021
Problems with backets and tr.
This commit is contained in:
parent
8ee71e67f4
commit
1b735fb150
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue