time to test

This commit is contained in:
2020-03-22 03:26:16 -07:00
parent 4d84e4d0f9
commit ce6049e631
8 changed files with 384 additions and 29 deletions

View File

@@ -1,4 +1,13 @@
#!/bin/bash
# FIXME(sneak) make this run
sleep 60
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