1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] run script was disfunctional

This commit is contained in:
Sylvain 2021-05-17 15:25:05 +02:00
parent da3eb4f8bd
commit 9c4568a473
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
- Fix a bug: reservation of slots restricted to subscribers leads to invoices without invoiced_id
- Fix a bug: new installation with mapping to an external network does not connect fab-manager to elasticsearch
- Fix a bug: typo in allow/prevent booking overlapping slots
- Fix a bug: unable to use run.fab.mn
- Fix a security issue: updated puma to 4.3.8 to fix [CVE-2019-16770](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16770)
- Fix a security issue: updated nokogiri to 1.11.4 to fix [GHSA-7rrm-v45f-jp64](https://github.com/advisories/GHSA-7rrm-v45f-jp64)

View File

@ -11,7 +11,7 @@ config() {
run()
{
config
docker-compose exec "$SERVICE" bundle exec rails "${@:-c}"
docker-compose exec "$SERVICE" bundle exec rails "${@:-c}" </dev/tty
}
run "$@"