Update .gitignore to exclude all generated files (#1394)

updated a typo in the configure.sh file for turnserver.conf backup
This commit is contained in:
Maycon Santos
2023-12-17 18:49:47 +01:00
committed by GitHub
parent 56896794b3
commit 01f28baec7
2 changed files with 15 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ if test -f "${artifacts_path}/management.json"; then
fi
if test -f "${artifacts_path}/turnserver.conf"; then
cp ${artifacts_path}/turnserver.conf "${artifacts_path}/turnserver.conf.bpk.${bkp_postfix}"
cp ${artifacts_path}/turnserver.conf "${artifacts_path}/turnserver.conf.bkp.${bkp_postfix}"
fi
envsubst <docker-compose.yml.tmpl >$artifacts_path/docker-compose.yml
envsubst <management.json.tmpl | jq . >$artifacts_path/management.json