separate container

This commit is contained in:
olli 2024-06-14 19:57:04 +02:00
parent c2ee85d7b6
commit 5c32cd3dd1

14
dabo/create_webpage.sh Executable file
View 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