jicofo,jigase: add ability to extend the config file
This commit is contained in:
@@ -12,6 +12,9 @@ if [[ "$JIGASI_XMPP_PASSWORD" == "$OLD_JIGASI_XMPP_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
|
||||
|
||||
Reference in New Issue
Block a user