bugfix
This commit is contained in:
parent
b3fc8fe8ba
commit
5c9ba99926
@ -22,6 +22,7 @@ from msp.init import load_msp
|
||||
from checklang.init import load_checklang
|
||||
from skillagent.init import load_skillagent
|
||||
from dagflow.init import load_dagflow
|
||||
from discount.init import load_discount
|
||||
|
||||
from global_func import set_globalvariable
|
||||
from unipay.init import load_unipay
|
||||
|
||||
2
build.sh
2
build.sh
@ -15,7 +15,7 @@ cd bricks/bricks
|
||||
./build.sh
|
||||
cd $cdir/wwwroot
|
||||
ln -s $cdir/pkgs/bricks/dist $dir/wwwroot/bricks
|
||||
for m in apppublic sqlor ahserver bricks-for-python xls2ddl checklang, skillagent
|
||||
for m in apppublic sqlor ahserver bricks-for-python xls2ddl checklang, skillagent dagflow discount
|
||||
do
|
||||
echo "install $m module..."
|
||||
cd $cdir/pkgs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user