From cf3427aae9c1767023790c45d01b65bc292082fa Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 1 May 2025 16:20:05 +0200
Subject: [PATCH] FIX localdump call with ALL from backup.sh

---
 localdump.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/localdump.sh b/localdump.sh
index 8807823..6183b65 100755
--- a/localdump.sh
+++ b/localdump.sh
@@ -462,6 +462,7 @@ EOH
             profiles2run=$(get_database_profiles)
             echo "INFO: Calling local backup scripts for all active profiles"
             echo "$profiles2run" | nl
+            shift 1
         else
             profiles2run=$*
             echo "INFO: I try to dump the profiles you gave as parameter: $profiles2run"
-- 
GitLab