From f84e5ff4cb87beec34fa81224c7286f2f8b4fa4f Mon Sep 17 00:00:00 2001 From: zelfroster Date: Sat, 26 Aug 2023 14:59:06 +0530 Subject: [PATCH] chore: remove -r flag from build.sh as index.html is not a directory --- webui-src/make-src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui-src/make-src/build.sh b/webui-src/make-src/build.sh index 7b045c8..9a7bef1 100755 --- a/webui-src/make-src/build.sh +++ b/webui-src/make-src/build.sh @@ -29,7 +29,7 @@ shopt -s globstar if [ "$2" = "" ]||[ "$2" = "index.html" ]; then echo copying html file - cp -r $src/index.html $publicdest/ + cp $src/index.html $publicdest/ fi if [ "$2" = "" ]||[ "$2" = "styles.css" ]; then