Bug 22128: Removed outdated comment

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Mark Tompsett 2019-06-11 13:39:48 +00:00 committed by Martin Renvoize
parent e9bb407f62
commit 787b86f9d4
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -65,7 +65,6 @@ 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 <<eof
DROP USER IF EXISTS \`koha_$name\`@\`%\`;
DROP USER IF EXISTS \`koha_$name\`@\`$mysql_hostname\`;