fix: Quote variable reference

As recommended by ShellCheck.
This commit is contained in:
Victor Engmark 2023-01-10 17:02:29 +13:00
parent 077ff277da
commit 4553130780

View File

@ -3,4 +3,4 @@ set -efux
# dependencies: jq util-linux lvm2 mdadm zfs
disk=$1
lsblk --output-all --json | jq -r --arg disk_to_clear "$disk" -f "$(dirname $0)/disk-deactivate.jq"
lsblk --output-all --json | jq -r --arg disk_to_clear "$disk" -f "$(dirname "$0")/disk-deactivate.jq"