7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
if [[ ! -f /config/sip-communicator.properties ]]; then
|
|
cp /defaults/sip-communicator.properties /config
|
|
fi
|
|
|