V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m11s
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:
@@ -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}" )
|
||||||
|
|||||||
Reference in New Issue
Block a user