From 46db7efa8500071acf33c39fd9bd0c9713969baa Mon Sep 17 00:00:00 2001 From: ShiKhu Date: Mon, 10 May 2021 19:42:42 +0200 Subject: [PATCH] fix (backend): build script --- backend/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.sh b/backend/build.sh index 3b3014282..da197a9e8 100644 --- a/backend/build.sh +++ b/backend/build.sh @@ -21,7 +21,7 @@ check_prereq() { function build_api(){ # Copy enterprize code [[ $1 == "ee" ]] && { - cp ../ee/backend/* ./ + cp -r ../ee/backend/* ./ ee="true" } [[ $2 != "" ]] && {