.
This commit is contained in:
@ -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 ]
|
||||||
@ -52,6 +50,7 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user