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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-26 19:37:23 +02:00
parent 1866763112
commit 9393609d18
4 changed files with 36 additions and 34 deletions

View File

@@ -38,7 +38,7 @@ skip_path() {
# 3: MOUNT_OPTIONS
#######################################
mount_with_dir() {
declare var_mount_path="$1" var_mount_device="$2" var_mount_options="$3:-"
declare var_mount_path="$1" var_mount_device="$2" var_mount_options="${3:-}"
[[ "${var_mount_path}" != "/" ]] && mkdir -p "${TARGET}${var_mount_path}"