From 5a700d188fa7617edd7f75347bfcb9d6580f9fc9 Mon Sep 17 00:00:00 2001
From: Juan Ferrer Toribio <juan@verdnatura.es>
Date: Sun, 6 Apr 2025 21:13:27 +0200
Subject: [PATCH] feat: refs #8869 remove previous differential backup

---
 roles/db/files/mariabackup/make-backup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/db/files/mariabackup/make-backup.sh b/roles/db/files/mariabackup/make-backup.sh
index da5ea55..47bad8f 100644
--- a/roles/db/files/mariabackup/make-backup.sh
+++ b/roles/db/files/mariabackup/make-backup.sh
@@ -89,4 +89,5 @@ case "$level" in
 		;;
 	*)
 		usage
+		;;
 esac