Fix clean-webui target
This commit is contained in:
parent
e4ed829661
commit
4758cc0c8e
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -67,7 +67,7 @@ build-webui-image:
|
||||||
clean-webui:
|
clean-webui:
|
||||||
rm -r webui/static
|
rm -r webui/static
|
||||||
mkdir -p 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
|
## Generate WebUI
|
||||||
webui/static/index.html:
|
webui/static/index.html:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
For more information show `webui/readme.md`
|
For more information see `webui/readme.md`
|
Loading…
Reference in a new issue