Bug 22128: Removed outdated comment
authorMark Tompsett <mtompset@hotmail.com>
Tue, 11 Jun 2019 13:39:48 +0000 (13:39 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 28 Jun 2019 13:28:37 +0000 (14:28 +0100)
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>

debian/scripts/koha-remove

index ad31c8e..d68ba7d 100755 (executable)
@@ -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\`;