fix SC2086

https://github.com/koalaman/shellcheck/wiki/SC2086
This commit is contained in:
Jesús 2021-09-07 16:02:55 -05:00
parent cdcf20bd57
commit cd3136280e
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -16,7 +16,7 @@
TYPE="${BLOCK_INSTANCE:-mem}"
awk -v type=$TYPE '
awk -v type="$TYPE" '
/^MemTotal:/ {
mem_total=$2
}