First working version

This commit is contained in:
Dennis Schwerdel
2020-11-12 12:01:14 +01:00
commit d08ff0c7ef
20 changed files with 366 additions and 0 deletions

8
rebuild-loop.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
. /app/data/config.sh
while true; do
/app/code/rebuild.sh
sleep $REBUILD_INTERVAL
done