Bug 17135: [QA Follow-up] Change location of new script to fix fines
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 9 Sep 2016 07:53:53 +0000 (09:53 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Sep 2016 10:47:03 +0000 (10:47 +0000)
commit8a7a7a034490ced2c2e7de062813645169c5cb71
tree8e9ced8cf8dae75270bdab699b4f115621c6ce0b
parent3ada0d104de609ae39f58a86d6406b9a1200d758
Bug 17135: [QA Follow-up] Change location of new script to fix fines

The location of the script in misc/maintenance would be fine for
running it from the command line. But it will be a problem for several
install types when running it from the web installer.
Files from misc/maintenance go to bin/maintenance in a package install,
not to mention other installs than a dev install.

This patch moves the script to installer/data/mysql. Already there are two
other scripts run by upgradedatabase. I would rather move these three
scripts somewhere else, but we c/should do that on another report.

Fixed a small typo in a message too.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_17135-fix_unclosed_nonaccruing_fines.perl
installer/data/mysql/fix_unclosed_nonaccruing_fines_bug17135.pl [new file with mode: 0755]
misc/maintenance/fix_unclosed_nonaccruing_fines_bug17135.pl [deleted file]