V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 42s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-25 21:48:12 +02:00
parent e308580a69
commit 8975070eb4

View File

@@ -69,11 +69,11 @@ partition_encryption() {
fi
if [[ "${var_mount_path,,}" == "/boot" ]]; then
ary_luks_opts=( "--key-file=$(tr -d '\n' <<< "${DIR_CNF}")/password_luks_boot.txt" )
#ary_luks_opts=( "--key-file=${DIR_CNF}/password_luks_boot.txt" )
#ary_luks_opts=( "--key-file=$(tr -d '\n' <<< "${DIR_CNF}")/password_luks_boot.txt" )
ary_luks_opts=( --key-file "${DIR_CNF}/password_luks_boot.txt" )
else
ary_luks_opts=( "--key-file=$(tr -d '\n' <<< "${DIR_CNF}")/password_luks_common.txt" )
#ary_luks_opts=( "--key-file=${DIR_CNF}/password_luks_common.txt" )
#ary_luks_opts=( "--key-file=$(tr -d '\n' <<< "${DIR_CNF}")/password_luks_common.txt" )
ary_luks_opts=( --key-file "${DIR_CNF}/password_luks_common.txt" )
fi
ary_luks_opts+=(