hooks/luks: double-quote variables
This commit is contained in:
		| @@ -12,6 +12,6 @@ resolve_device "$luks_root" | ||||
|  | ||||
| DM_DISABLE_UDEV=1 cryptsetup open \ | ||||
|     ${luks_discard:+--allow-discards} \ | ||||
|     ${luks_header:+--header=$luks_header} \ | ||||
|     ${luks_key:+--key-file=$luks_key} -- "$device" \ | ||||
|     ${luks_header:+--header="$luks_header"} \ | ||||
|     ${luks_key:+--key-file="$luks_key"} -- "$device" \ | ||||
|     "${luks_name:-crypt-${device##*/}}" || panic "failed to unlock LUKS" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user