fix: Incorrect path (#591)

This commit is contained in:
Kroese 2024-01-23 03:06:29 +01:00 committed by GitHub
parent 739e679a66
commit fdbff4879b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ echo
# Helper variables # Helper variables
STORAGE="/storage" STORAGE="/storage"
INFO="/dev/shm/msg.html" INFO="/run/shm/msg.html"
PAGE="/run/shm/index.html" PAGE="/run/shm/index.html"
TEMPLATE="/var/www/index.html" TEMPLATE="/var/www/index.html"
FOOTER1="$APP for Docker v$(</run/version)" FOOTER1="$APP for Docker v$(</run/version)"