separate container
This commit is contained in:
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
|
||||||
|
|
||||||
Reference in New Issue
Block a user