Removed unneeded bits that served no function

This commit is contained in:
2025-12-31 23:41:09 -05:00
parent 7e9c59750b
commit 56b4fbd596

View File

@@ -98,11 +98,9 @@ if [[ "${ID}" == 'elementary' ]]; then
"${baseDir}/elementary.sh" --skel "${baseDir}/elementary.sh" --skel
fi fi
# if [[ ! "${*}" = *--no-part* ]]; then if [[ -f "/etc/zfs/keys/${hostname,,}.key" ]]; then
if [[ -f "/etc/zfs/keys/${hostname,,}.key" ]]; then "${baseDir}/zfs.sh" --key
"${baseDir}/zfs.sh" --key fi
fi
# fi
if [[ "${ID}" == 'elementary' ]]; then if [[ "${ID}" == 'elementary' ]]; then
"${baseDir}/elementary.sh" --elementary "${baseDir}/elementary.sh" --elementary