|
@@ -18,6 +18,9 @@ if [[ "$JICOFO_AUTH_PASSWORD" == "$OLD_JICOFO_AUTH_PASSWORD" ]]; then
|
|
|
fi
|
|
|
|
|
|
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
|
|
|
+if [[ -f /config/custom-sip-communicator.properties ]]; then
|
|
|
+ cat /config/custom-sip-communicator.properties >> /config/sip-communicator.properties
|
|
|
+fi
|
|
|
|
|
|
if [[ ! -f /config/logging.properties ]]; then
|
|
|
cp /defaults/logging.properties /config
|