This commit is contained in:
2022-07-05 11:48:10 +01:00
parent 7a64ee1005
commit cd26dd37ab

View File

@ -57,7 +57,7 @@ VIBBLERKEY=${KEYSTORE}/vibblerkey
if [ -d /zTools/zPrivateConfig/shared ] && [ ! -d /static ] if [ -d /zTools/zPrivateConfig/shared ] && [ ! -d /static ]
then then
BASE=/zTools/zPrivateConfig/shared BASE=/zTools/zPrivateConfig
fi fi
if [ ! -d /zTools/zPrivateConfig/shared ] && [ -d /static ] if [ ! -d /zTools/zPrivateConfig/shared ] && [ -d /static ]
@ -65,11 +65,6 @@ then
BASE=/static BASE=/static
fi fi
if [ -f ${BASE}/shared/myshared ]
then
. ${BASE}/shared/myshared
fi
MYNAME=$(uname -n) MYNAME=$(uname -n)
if [ -d /volume12/zTools/Sync${MYNAME}/zTools/zShared ] if [ -d /volume12/zTools/Sync${MYNAME}/zTools/zShared ]
then then
@ -82,6 +77,11 @@ then
exit 1 exit 1
fi fi
if [ -f ${BASE}/shared/myshared ]
then
. ${BASE}/shared/myshared
fi
SHARED=${BASE}/shared SHARED=${BASE}/shared
. ${SHARED}/myshared . ${SHARED}/myshared