]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix parameter exists key
authorBastian Dehn <hhaalo@arcor.de>
Sun, 16 Aug 2026 18:17:34 +0000 (20:17 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 16 Aug 2026 18:17:34 +0000 (20:17 +0200)
src/backupmount

index 19cfa1742641df611a8a643c908a6d6697b470df..089253cebe70afcb9cf45cc187f4bfe511bc9621 100755 (executable)
@@ -45,7 +45,7 @@ exists_partition()
 
 exists_key()
 {
-       local key="$2"
+       local key="$1"
        [ -f "$key" ] || return $?
 }