Initial import
This commit is contained in:
6
jicofo/rootfs/etc/cont-init.d/10-config
Normal file
6
jicofo/rootfs/etc/cont-init.d/10-config
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if [[ ! -f /config/sip-communicator.properties ]]; then
|
||||
cp /defaults/sip-communicator.properties /config
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user