.
This commit is contained in:
@ -1,13 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ ! -d /zTools/zPrivateConfig ] && [ -d /static ]
|
||||||
|
then
|
||||||
|
BASE=/static
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -d /zTools/zPrivateConfig ] && [ ! -d /static ]
|
if [ -d /zTools/zPrivateConfig ] && [ ! -d /static ]
|
||||||
then
|
then
|
||||||
BASE=/zTools/zPrivateConfig
|
BASE=/zTools/zPrivateConfig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d /zTools/zPrivateConfig ] && [ -d /static ]
|
if [ -d /zTools/zShared ]
|
||||||
then
|
then
|
||||||
BASE=/static
|
BASE=/zTools/zShared
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if [ -f ${BASE}/shared/.telegramenv ]
|
# if [ -f ${BASE}/shared/.telegramenv ]
|
||||||
|
|||||||
Reference in New Issue
Block a user