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 ]
then
BASE=/static
echo "BASE=${BASE}"
fi
if [ ! -d /static ] && [ -d /zTools ]
then
BASE=/zTools
echo "BASE=${BASE}"
fi
# if [ -d /static ] && [ ! -d /zTools/zShared ] && [ ! -d /zTools/zPrivateConfig ]
@ -51,7 +49,8 @@ if [ -d /volume12/zTools/Sync${MYNAME}/zTools/zShared ]
then
BASE=/volume12/zTools/Sync${MYNAME}/zTools/zShared
fi
echo "BASE=${BASE}"
if [ -f ${BASE}/secrets/.ntfyenv ]
then
. ${BASE}/secrets/.ntfyenv