From 9c1d05235e60d86604e62a81340d3542649ca99b Mon Sep 17 00:00:00 2001 From: USER Date: Wed, 22 Feb 2023 20:05:06 +0000 Subject: [PATCH] . --- shared/mykeys | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shared/mykeys b/shared/mykeys index 002e1e0..afec743 100755 --- a/shared/mykeys +++ b/shared/mykeys @@ -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