bugfix
This commit is contained in:
7
tools/script/check_file
Normal file
7
tools/script/check_file
Normal file
@@ -0,0 +1,7 @@
|
||||
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
|
||||
MODDIR="${0%/*}"
|
||||
operate="check_file"
|
||||
. "${0%/*}/tools/bin/tools.sh"
|
||||
else
|
||||
echo "${0%/*}/tools/bin/tools.sh遺失"
|
||||
fi
|
||||
Reference in New Issue
Block a user