Fix clean-webui target

This commit is contained in:
Kevin Pollet 2022-05-03 17:58:08 +02:00 committed by GitHub
parent e4ed829661
commit 4758cc0c8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ build-webui-image:
clean-webui:
rm -r webui/static
mkdir -p webui/static
echo 'For more information show `webui/readme.md`' > webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md
printf 'For more information see `webui/readme.md`' > webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md
## Generate WebUI
webui/static/index.html:

View file

@ -1 +1 @@
For more information show `webui/readme.md`
For more information see `webui/readme.md`