This commit is contained in:
USER
2023-04-23 20:40:49 +01:00
parent 3f60ec9760
commit dc917273e4
2 changed files with 8 additions and 7 deletions

View File

@ -7,7 +7,10 @@ MYNAME=`uname -n`
ZZ=/zz
MYNAME=`uname -n`
. ${ZZ}/zSyno/secrets/.${MYNAME}
if [ -f ${ZZ}/zSyno/secrets/.${MYNAME} ]
then
. ${ZZ}/zSyno/secrets/.${MYNAME}
fi
REPOSITE=${PUBLIC_SITE}
REPO=${PUBLIC_REPO}

View File

@ -8,12 +8,10 @@ ZZ=/zz
REPO=
KEYS=
if [ ! -d ${ZPC} ]
then
mkdir ${ZPC}
fi
REPOSITE=https://mint.nopenso.com/mirror
# if [ ! -d ${ZPC} ]
# then
# mkdir ${ZPC}
# fi
for i in `ls ${ZZ}`
do