V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 42s
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:
@@ -69,11 +69,11 @@ partition_encryption() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${var_mount_path,,}" == "/boot" ]]; then
|
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=$(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 "${DIR_CNF}/password_luks_boot.txt" )
|
||||||
else
|
else
|
||||||
ary_luks_opts=( "--key-file=$(tr -d '\n' <<< "${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" )
|
ary_luks_opts=( --key-file "${DIR_CNF}/password_luks_common.txt" )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ary_luks_opts+=(
|
ary_luks_opts+=(
|
||||||
|
|||||||
Reference in New Issue
Block a user