.
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user