This commit is contained in:
USER
2023-03-27 21:25:03 +01:00
parent 2831331e93
commit 486a34c2bf
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ echo "SCRIPT $0 starting"
MYNAME=`uname -n`
ZZ=/zz
REPO='zPublic zShared'
REPO=
KEYS=
if [ ! -d ${ZPC} ]
@ -18,10 +18,10 @@ REPOSITE=https://mint.nopenso.com/mirror
for i in `ls ${ZZ}`
do
echo $i
if [ ! -d ${ZPC}/$i ]
if [ ! -d ${ZZ}/$i ]
then
echo $i
cd ${ZPC}
cd ${ZZ}
git clone ${REPOSITE}/${i}.git
fi
done