From 2bd9a676eaa4b40e61585fa9e4d606cb3912ebaf 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 Content-Type: text/plain; charset=utf-8 This is just theoretical, but by removing the second true you could end the script on another error. Signed-off-by: Marcel de Rooy --- 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 <