mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
[bug] run script was disfunctional
This commit is contained in:
parent
da3eb4f8bd
commit
9c4568a473
@ -3,6 +3,7 @@
|
|||||||
- Fix a bug: reservation of slots restricted to subscribers leads to invoices without invoiced_id
|
- 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: 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: 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 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)
|
- Fix a security issue: updated nokogiri to 1.11.4 to fix [GHSA-7rrm-v45f-jp64](https://github.com/advisories/GHSA-7rrm-v45f-jp64)
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ config() {
|
|||||||
run()
|
run()
|
||||||
{
|
{
|
||||||
config
|
config
|
||||||
docker-compose exec "$SERVICE" bundle exec rails "${@:-c}"
|
docker-compose exec "$SERVICE" bundle exec rails "${@:-c}" </dev/tty
|
||||||
}
|
}
|
||||||
|
|
||||||
run "$@"
|
run "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user