2
0

10-config 268 B

123456789
  1. #!/usr/bin/with-contenv bash
  2. if [[ ! -f /config/sip-communicator.properties ]]; then
  3. tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
  4. fi
  5. if [[ ! -f /config/logging.properties ]]; then
  6. cp /defaults/logging.properties /config
  7. fi