bugfix
This commit is contained in:
parent
8a3b3a4b2b
commit
beb7d2f646
2
build.sh
2
build.sh
@ -30,7 +30,7 @@ for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi
|
||||
do
|
||||
echo "install $m module..."
|
||||
cd $cdir/pkgs
|
||||
if [ -d "$cdir/pkgs/$m" ];then
|
||||
if [ ! -d "$cdir/pkgs/$m" ];then
|
||||
git clone https://git.opencomputing.cn/yumoqing/$m
|
||||
cd $cdir/pkgs/$m
|
||||
if [ -d $cdir/pkgs/$m/models ];then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user