diff --git a/Makefile b/Makefile index 35e9f9158..e3505236b 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md b/webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md index 03873182c..9481a99c3 100644 --- a/webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md +++ b/webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md @@ -1 +1 @@ -For more information show `webui/readme.md` +For more information see `webui/readme.md` \ No newline at end of file