mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-23 05:58:34 +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)/..
|
||||
|
||||
# load .env
|
||||
. functions.sh
|
||||
. ./scripts/functions.sh
|
||||
load_env
|
||||
|
||||
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