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