This commit is contained in:
yumoqing 2026-05-27 17:01:56 +08:00
parent 8a3b3a4b2b
commit beb7d2f646

View File

@ -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