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:
parent
e9bb407f62
commit
787b86f9d4
1 changed files with 0 additions and 1 deletions
1
debian/scripts/koha-remove
vendored
1
debian/scripts/koha-remove
vendored
|
@ -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\`;
|
||||
|
|
Loading…
Reference in a new issue