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