fs_cli: fix for wrong path to functions.sh

This commit is contained in:
chandi 2024-01-07 23:55:03 +01:00
parent cdfe3a87c1
commit 13f55a1be9

View File

@ -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"