From: Bastian Dehn Date: Sun, 16 Aug 2026 18:17:34 +0000 (+0200) Subject: fix parameter exists key X-Git-Tag: v1.0.7^2~1^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=d559d357490128456aa02db7abe28b0c5e996631;p=simple-backup.git fix parameter exists key --- diff --git a/src/backupmount b/src/backupmount index 19cfa17..089253c 100755 --- a/src/backupmount +++ b/src/backupmount @@ -45,7 +45,7 @@ exists_partition() exists_key() { - local key="$2" + local key="$1" [ -f "$key" ] || return $? }