separate container
This commit is contained in:
parent
c2ee85d7b6
commit
5c32cd3dd1
14
dabo/create_webpage.sh
Executable file
14
dabo/create_webpage.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /dabo/dabo-prep.sh
|
||||
|
||||
while true
|
||||
do
|
||||
# Reload Config
|
||||
. ../../dabo-bot.conf
|
||||
. ../../dabo-bot.override.conf
|
||||
# get orders
|
||||
webpage
|
||||
sleep 120
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user