fix (backend): build script

This commit is contained in:
ShiKhu 2021-05-10 19:42:42 +02:00
parent 9c47bcd066
commit 207f6e7751

View file

@ -21,7 +21,7 @@ check_prereq() {
function build_api(){
# Copy enterprize code
[[ $1 == "ee" ]] && {
cp ../ee/backend/* ./
cp -r ../ee/backend/* ./
ee="true"
}
[[ $2 != "" ]] && {