cache tags of submodules, load_env function

This commit is contained in:
chandi
2023-12-06 13:18:58 +01:00
parent 03dcee6dac
commit ce48732004
7 changed files with 76 additions and 20 deletions

View File

@ -4,9 +4,7 @@ set -e
cd $(dirname $0)/..
# load .env
if [ -f .env ]
then
export $(cat .env | sed 's/#.*//g' | grep "FSESL_PASSWORD" | xargs)
fi
. functions.sh
load_env
docker compose exec freeswitch /opt/freeswitch/bin/fs_cli -H 10.7.7.1 -p "$FSESL_PASSWORD"