Handle overflow in bootloop

This commit is contained in:
Ollo
2021-02-05 21:50:02 +01:00
parent 89e215a609
commit 6699b70f14
2 changed files with 5 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ if [ $# -eq 0 ]; then
fi
if [ $# -eq 1 ]; then
FILES="displayword.lua main.lua timecore.lua webpage.html webserver.lua telnet.lua wordclock.lua init.lua"
FILES="displayword.lua main.lua timecore.lua webpage.html websrv_diet.lua telnet.lua wordclock.lua init.lua"
else
FILES=$2
fi