In our rails postinstall package script, preserve newlines when looking
authorWard Vandewege <ward@curoverse.com>
Fri, 6 Jan 2017 18:29:00 +0000 (13:29 -0500)
committerWard Vandewege <ward@curoverse.com>
Fri, 6 Jan 2017 18:29:00 +0000 (13:29 -0500)
commit45772b70191f0fa16b5b385f8e08b87561ed8b03
treed8970638d333a778666f9866efca9c932bf4922e
parent7eda5880411d1146c08f3e4a507fa24d5590d5dc
In our rails postinstall package script, preserve newlines when looking
for the '^database:' line, so that we match every line of the rake
db:migrate:status output, not just the first one.

refs #10838
build/rails-package-scripts/postinst.sh