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 checklang.init import load_checklang
|
||||||
from skillagent.init import load_skillagent
|
from skillagent.init import load_skillagent
|
||||||
from dagflow.init import load_dagflow
|
from dagflow.init import load_dagflow
|
||||||
|
from discount.init import load_discount
|
||||||
|
|
||||||
from global_func import set_globalvariable
|
from global_func import set_globalvariable
|
||||||
from unipay.init import load_unipay
|
from unipay.init import load_unipay
|
||||||
|
|||||||
2
build.sh
2
build.sh
@ -15,7 +15,7 @@ cd bricks/bricks
|
|||||||
./build.sh
|
./build.sh
|
||||||
cd $cdir/wwwroot
|
cd $cdir/wwwroot
|
||||||
ln -s $cdir/pkgs/bricks/dist $dir/wwwroot/bricks
|
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
|
do
|
||||||
echo "install $m module..."
|
echo "install $m module..."
|
||||||
cd $cdir/pkgs
|
cd $cdir/pkgs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user