fix (backend): build script
This commit is contained in:
parent
9c47bcd066
commit
207f6e7751
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ check_prereq() {
|
|||
function build_api(){
|
||||
# Copy enterprize code
|
||||
[[ $1 == "ee" ]] && {
|
||||
cp ../ee/backend/* ./
|
||||
cp -r ../ee/backend/* ./
|
||||
ee="true"
|
||||
}
|
||||
[[ $2 != "" ]] && {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue