jicofo,jigasi: always rebuild configs on start
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
c52b64a39e
commit
905d431e14
@@ -17,9 +17,7 @@ if [[ "$JICOFO_AUTH_PASSWORD" == "$OLD_JICOFO_AUTH_PASSWORD" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ ! -f /config/sip-communicator.properties ]]; then
|
||||
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
|
||||
fi
|
||||
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
|
||||
|
||||
if [[ ! -f /config/logging.properties ]]; then
|
||||
cp /defaults/logging.properties /config
|
||||
|
||||
Reference in New Issue
Block a user