fix: Convert MAC address to uppercase (#627)

This commit is contained in:
Kroese
2024-02-08 17:33:11 +01:00
committed by GitHub
parent f24ba41930
commit f74771a9cc
3 changed files with 5 additions and 5 deletions

View File

@@ -28,6 +28,9 @@ echo
# Helper variables
PROCESS="${APP,,}"
PROCESS="${PROCESS// /-}"
STORAGE="/storage"
INFO="/run/shm/msg.html"
PAGE="/run/shm/index.html"