feat: Dynamic page content (#585)

This commit is contained in:
Kroese
2024-01-21 18:35:55 +01:00
committed by GitHub
parent 2c7cea042f
commit 1e13258bc9
10 changed files with 311 additions and 75 deletions

View File

@@ -254,8 +254,8 @@ if [[ "$DHCP" == [Yy1]* ]]; then
# Configuration for DHCP IP
configureDHCP
MSG="Please wait while discovering IP..."
html "$MSG" "2000"
MSG="Booting DSM instance..."
html "$MSG"
else