mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-24 09:03:37 +01:00
11 lines
169 B
Bash
Executable File
11 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
# load .env
|
|
. functions.sh
|
|
load_env
|
|
|
|
docker compose exec freeswitch /opt/freeswitch/bin/fs_cli -H 10.7.7.1 -p "$FSESL_PASSWORD"
|