diff --git a/koha-remove b/koha-remove.original index 66777aa..bd4fa39 100755 --- a/koha-remove +++ b/koha-remove.original @@ -66,9 +66,12 @@ do mysql_hostname="localhost" if [ "$keepmysql" != "1" ] then + # The grant creates the user in case it isn't, we don't want our loop to fail if it has already being deleted. mysql --defaults-extra-file=/etc/mysql/koha-common.cnf <