This commit is contained in:
USER
2023-04-02 21:53:11 +01:00
parent 4c5a5565c1
commit 977e867a93
4 changed files with 39 additions and 0 deletions

View File

@ -21,6 +21,15 @@ then
BASE=/volume12/zTools/Sync${MYNAME}/zTools/zShared
fi
if [ -d /zz/zPrivate/secrets ]
then
BASE=/zz/zPrivate
fi
if [ -d /zz/zSyno/secrets ]
then
BASE=/zz/zSyno
fi
# if [ -f ${BASE}/secrets/.telegramenv ]
# then
# . ${BASE}/secrets/.telegramenv