home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 3 Apr 2025 00:54:52 +0000 (02:54 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 3 Apr 2025 00:54:52 +0000 (02:54 +0200)
testing/home/desktop/.local/bin/borgplom

index 02df400c523335fccff74e11ad9b56bb81a3b47c..12f3891ff7aa4d0317f7ea026352e011ec817d8e 100755 (executable)
@@ -60,7 +60,7 @@ COMMANDS='claim help keys orgpull'
 _check_args_beyond() {
     _N_MAX_ARGS="$1"
     _CMD="$2"
-    shift $(calc "${_N_MAX_ARGS} + 1" | cut -f2)
+    shift $(calc "${_N_MAX_ARGS} + 2" | cut -f2)
     if [ "$#" -gt 0 ]; then
         _MSG="unexpected arguments beyond command '${_CMD}': $@"
         error_exit "${_MSG}"