diff options
| -rwxr-xr-x | install-artix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-artix.sh b/install-artix.sh index 23ff0da..f07e0d9 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -326,7 +326,7 @@ devices="resume=LABEL=SWAP" ## when using a btrfs swapfile, an offset is required for hibernation to work ## https://man.archlinux.org/man/btrfs.5#HIBERNATION -devices+=" resume_offset=\"$(btrfs inspect-internal map-swapfile -r $swapfile)\"" +devices+=" resume_offset=$(btrfs inspect-internal map-swapfile -r $swapfile)" ## add cryptdevice partition if enabled [[ "${encrypt}" == true ]] && devices+=" cryptdevice=LABEL=LUKS:root" |
