feat: Add delay

This commit is contained in:
Kroese 2024-09-11 18:50:10 +02:00 committed by GitHub
parent db87256f5f
commit f0a6370b96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -409,4 +409,6 @@ mv -f "$BOOT" "$STORAGE/$BASE.boot.img"
rm -rf "$TMP"
html "Installation finished successfully..."
sleep 1.2
return 0