bigbluebutton-Github/bbb-graphql-middleware/run-dev.sh
Gustavo Trott 1d93a1258e
refactor (graphql-middleware): Improve performance when browser finish graphql connection (#19784)
* Improve script run-dev.sh

* Improve performance when browser finish ws connection
2024-03-12 20:12:55 -03:00

8 lines
241 B
Bash
Executable File

#!/bin/bash
sudo systemctl stop bbb-graphql-middleware
set -a # Automatically export all variables
source ./bbb-graphql-middleware-config.env
set +a # Stop automatically exporting
go run cmd/bbb-graphql-middleware/main.go --signal SIGTERM