We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef2221 commit 0c95794Copy full SHA for 0c95794
jvb/rootfs/etc/cont-init.d/10-config
@@ -13,8 +13,9 @@ if [[ "$JVB_AUTH_PASSWORD" == "$OLD_JVB_AUTH_PASSWORD" ]]; then
13
exit 1
14
fi
15
16
-if [[ ! -f /config/sip-communicator.properties ]]; then
17
- tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
+tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
+if [[ -f /config/custom-sip-communicator.properties ]]; then
18
+ cat /config/custom-sip-communicator.properties >> /config/sip-communicator.properties
19
20
21
if [[ ! -f /config/logging.properties ]]; then
0 commit comments