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} ]
@ -21,7 +21,7 @@ do
if [ -d ${ZZ}/$i ]
then
echo $i
cd ${ZPC}
cd ${ZZ}
(cd $i; git pull)
fi
done