adchpp-docker/root/etc/service/adchpp/run

14 lines
310 B
Plaintext
Raw Normal View History

2020-03-22 09:02:04 +00:00
#!/bin/bash
2020-03-22 10:26:16 +00:00
if [[ ! -e /config/adchpp.xml ]]; then
cp /usr/local/src/adchpp/etc/adchpp.xml /config/adchpp.xml
fi
if [[ ! -d /config/scripts ]]; then
mkdir -p /config/scripts
cp /usr/local/src/adchpp/plugins/Script/examples/*.lua /config/scripts
fi
cd /tmp
exec /usr/local/bin/adchppd -c /config