From 4758cc0c8e5b7f00bc7b823a86f9b6f91d771fec Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Tue, 3 May 2022 17:58:08 +0200 Subject: [PATCH] Fix clean-webui target --- Makefile | 2 +- webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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