From b6c2455aaa26eaba7126ee4d6d3fdbd985d10bc3 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Wed, 24 Dec 2025 17:26:01 -0500 Subject: [PATCH] Updated variable names and casing --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6cee2d5..3c6493c 100755 --- a/install.sh +++ b/install.sh @@ -52,7 +52,7 @@ if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then fi if [[ "${ID}" == 'fedora' ]]; then - if [[ "${ENCRYPTION}" == 'yes' ]]; then + if [[ "${encryption}" == 'yes' ]]; then cat << EOF | tee /etc/dracut.conf.d/zol.conf &> /dev/null nofsck="yes" add_dracutmodules+=" zfs "