Skip to content

Commit

Permalink
fix: shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jan 10, 2024
1 parent 3012491 commit cd1786f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/sys-cacher/files/admin/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}')"

Expand Down

0 comments on commit cd1786f

Please sign in to comment.