@@ -, +, @@ --- debian/scripts/koha-restore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --- a/debian/scripts/koha-restore +++ a/debian/scripts/koha-restore @@ -72,10 +72,8 @@ 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 <