Merge remote-tracking branch 'kc/new/bug_6351' into kcmaster
[koha_fer] / debian / scripts / koha-remove
index 97399cc..10a8b78 100755 (executable)
@@ -25,8 +25,8 @@ do
     echo "Removing Koha instance $name"
 
     mysql --defaults-extra-file=/etc/mysql/koha-common.cnf <<eof
-DROP USER 'koha_$name';
-DROP DATABASE koha_$name;
+DROP USER \`koha_$name\`;
+DROP DATABASE \`koha_$name\`;
 FLUSH PRIVILEGES;
 eof