jicofo: add logging configuration

This commit is contained in:
Saúl Ibarra Corretgé
2018-10-16 21:07:06 +02:00
parent c475d537e6
commit 409f858496
3 changed files with 27 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
#!/usr/bin/with-contenv bash
if [[ ! -f /config/sip-communicator.properties ]]; then
cp /defaults/sip-communicator.properties /config
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
fi
if [[ ! -f /config/logging.properties ]]; then
cp /defaults/logging.properties /config
fi