mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-06 14:23:56 -04:00
fix: shellcheck
This commit is contained in:
parent
3012491615
commit
cd1786f67d
@ -9,6 +9,7 @@ set -eu
|
||||
exclude="$(qvm-ls --no-spinner --raw-list --tags whonix-updatevm \
|
||||
| sed "s/^./--exclude &/" | tr "\n" " ")"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
wanted="$(qvm-ls --no-spinner --raw-data --fields=NAME,CLASS --all ${exclude} \
|
||||
| awk -v class="TemplateVM" -F "|" '$2 ~ class {print $1}')"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user