time to test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user