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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-30 08:45:41 +02:00
parent 644dd8564a
commit 4ce14d26e4

View File

@@ -55,7 +55,7 @@ mount_with_dir() {
### Build the command in an array to keep word boundaries intact. ### Build the command in an array to keep word boundaries intact.
[[ -n "${var_fstype}" ]] && ary_cmd+=( "-t" "${var_fstype}" ) [[ -n "${var_mount_fs}" ]] && ary_cmd+=( "-t" "${var_mount_fs}" )
[[ -n "${var_mount_options}" ]] && ary_cmd+=( "-o" "${var_mount_options}" ) [[ -n "${var_mount_options}" ]] && ary_cmd+=( "-o" "${var_mount_options}" )
ary_cmd+=( "${var_mount_device}" "${TARGET%/}${var_mount_path}" ) ary_cmd+=( "${var_mount_device}" "${TARGET%/}${var_mount_path}" )