.
This commit is contained in:
@ -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 ]
|
||||
@ -52,6 +50,7 @@ then
|
||||
BASE=/volume12/zTools/Sync${MYNAME}/zTools/zShared
|
||||
fi
|
||||
|
||||
echo "BASE=${BASE}"
|
||||
if [ -f ${BASE}/secrets/.ntfyenv ]
|
||||
then
|
||||
. ${BASE}/secrets/.ntfyenv
|
||||
|
||||
Reference in New Issue
Block a user