From 86990f3edef0d1b7b04eb81642cce5c51f100470 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 29 Apr 2022 09:18:24 +0000 Subject: [PATCH] Bug 10517: (QA follow-up) No need to remove second true This is just theoretical, but by removing the second true you could end the script on another error. Signed-off-by: Marcel de Rooy Signed-off-by: Fridolin Somers --- debian/scripts/koha-restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-restore b/debian/scripts/koha-restore index 7c68d65c29..ede23ad18d 100755 --- a/debian/scripts/koha-restore +++ b/debian/scripts/koha-restore @@ -72,7 +72,7 @@ mysqldb="koha_$name" mysqluser="koha_$name" mysqlpwd="$( xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/$name/koha-conf.xml )" zcat "$sqldump" | mysql --defaults-extra-file=/etc/mysql/koha-common.cnf -mysql --defaults-extra-file=/etc/mysql/koha-common.cnf <