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

View File

@ -21,8 +21,7 @@ do
if [ -d ${ZZ}/$i ]
then
echo $i
cd ${ZZ}
(cd $i; git pull)
cd ${ZZ}/$i; git pull)
fi
done

View File

@ -37,6 +37,11 @@ then
BASE=/volume12/zTools/Sync${MYNAME}/zTools/zSyno
fi
if [ -d /zz ]
then
BASE=/zz
fi
echo "BASE=${BASE}"
if [ -f ${BASE}/secrets/.${MYNAME} ]
then

View File

@ -37,6 +37,11 @@ then
BASE=/volume12/zTools/Sync${MYNAME}/zTools/zSyno
fi
if [ -d /zz ]
then
BASE=/zz
fi
echo "BASE=${BASE}"
if [ -f ${BASE}/secrets/.${MYNAME} ]
then

View File

@ -55,6 +55,12 @@ then
BASE=/volume12/zTools/Sync${MYNAME}/zTools/zSyno
fi
if [ -d /zz ]
then
BASE=/zz
fi
# echo "BASE=${BASE}"
# if [ -f ${BASE}/secrets/.${MYNAME} ]
# then

View File

@ -55,6 +55,12 @@ then
BASE=/volume12/zTools/Sync${MYNAME}/zTools/zSyno
fi
if [ -d /zz ]
then
BASE=/zz
fi
# echo "BASE=${BASE}"
# if [ -f ${BASE}/secrets/.${MYNAME} ]
# then