This commit is contained in:
2022-07-09 10:54:49 +01:00
parent 460c4a9e8e
commit c5815dd708

View File

@ -19,13 +19,11 @@ echo $0
if [ -d /static ] && [ ! -d /zTools ] if [ -d /static ] && [ ! -d /zTools ]
then then
BASE=/static BASE=/static
echo "BASE=${BASE}"
fi fi
if [ ! -d /static ] && [ -d /zTools ] if [ ! -d /static ] && [ -d /zTools ]
then then
BASE=/zTools BASE=/zTools
echo "BASE=${BASE}"
fi fi
# if [ -d /static ] && [ ! -d /zTools/zShared ] && [ ! -d /zTools/zPrivateConfig ] # if [ -d /static ] && [ ! -d /zTools/zShared ] && [ ! -d /zTools/zPrivateConfig ]
@ -51,7 +49,8 @@ if [ -d /volume12/zTools/Sync${MYNAME}/zTools/zShared ]
then then
BASE=/volume12/zTools/Sync${MYNAME}/zTools/zShared BASE=/volume12/zTools/Sync${MYNAME}/zTools/zShared
fi fi
echo "BASE=${BASE}"
if [ -f ${BASE}/secrets/.ntfyenv ] if [ -f ${BASE}/secrets/.ntfyenv ]
then then
. ${BASE}/secrets/.ntfyenv . ${BASE}/secrets/.ntfyenv