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