This commit is contained in:
USER
2023-02-22 20:05:06 +00:00
parent 09faffbf40
commit 9c1d05235e

View File

@ -68,11 +68,17 @@ then
BASE=/zTools/zShared
fi
if [ ! -d /zTools/zShared/shared ] && [ -d /static ]
if [ -d /zz/zShared/shared ] && [ ! -d /static ]
then
BASE=/zz/zShared
fi
if [ ! -d /zz/zShared/shared ] && [ ! -d /zTools/zShared/shared ] && [ -d /static ]
then
BASE=/static
fi
MYNAME=$(uname -n)
if [ -d /volume12/zTools/Sync${MYNAME}/zTools/zShared ]
then