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:
parent
6bcd9f6fef
commit
2571e14482
@ -9,6 +9,7 @@
|
||||
- Fix a bug: build status badge is not working
|
||||
- Fix a bug: unable to set date formats during installation
|
||||
- Fix a bug: unable to cancel the upgrade before it begins
|
||||
- Fix a bug: unable to use run.fab.mn
|
||||
- `SUPERADMIN_EMAIL` renamed to `ADMINSYS_EMAIL`
|
||||
- [BREAKING CHANGE] GET `open_api/v1/invoices` won't return `stp_invoice_id` OR `stp_payment_intent_id` anymore. The new field `payment_gateway_object` will contain some similar data if the invoice was paid online by card.
|
||||
- [TODO DEPLOY] `rails fablab:stripe:set_gateway`
|
||||
|
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user