When deploying BreedBase and running the run_all_patches.pl script, there was a prompt for the database password. This has been fixed by changing how the password is set for the PSQL command
Checklist
[ ] Refactoring only
[ ] Documentation only
[ ] Fixture update only
[x] Bug fix
[ ] The relevant issue has been closed.
[ ] Further work is required.
[ ] New feature
[ ] Relevant tests have been created and run.
[ ] Data was added to the fixture
[ ] Data was added via a patch in /t/data/fixture/patches/.
[ ] User-Facing Change
[ ] The user manual in /docs has been updated.
[ ] Any new Perl has been documented using perldoc.
[ ] Any new JavaScript has been documented using JSDoc.
[ ] Any new legacy JavaScript has been moved from /js to /js/source/legacy.
Description
When deploying BreedBase and running the run_all_patches.pl script, there was a prompt for the database password. This has been fixed by changing how the password is set for the PSQL command
Checklist
/t/data/fixture/patches/
./docs
has been updated./js
to/js/source/legacy
.