mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-23 14:08:35 +01:00
fs_cli: fix for wrong path to functions.sh
This commit is contained in:
parent
cdfe3a87c1
commit
13f55a1be9
@ -4,7 +4,7 @@ set -e
|
|||||||
cd $(dirname $0)/..
|
cd $(dirname $0)/..
|
||||||
|
|
||||||
# load .env
|
# load .env
|
||||||
. functions.sh
|
. ./scripts/functions.sh
|
||||||
load_env
|
load_env
|
||||||
|
|
||||||
docker compose exec freeswitch /opt/freeswitch/bin/fs_cli -H 10.7.7.1 -p "$FSESL_PASSWORD"
|
docker compose exec freeswitch /opt/freeswitch/bin/fs_cli -H 10.7.7.1 -p "$FSESL_PASSWORD"
|
||||||
|
Loading…
Reference in New Issue
Block a user