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 "