This commit is contained in:
YAWAsau
2022-01-23 18:02:55 +08:00
parent 28b6b2adff
commit a9ef4d985c
5 changed files with 390 additions and 186 deletions

View File

@@ -1,7 +1,7 @@
if [ -f "${0%/*/*}/tools/bin/tools.sh" ]; then
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
MODDIR="${0%/*}"
operate="Restore3"
. "${0%/*/*}/tools/bin/tools.sh"
. "${0%/*}/tools/bin/tools.sh"
else
echo "${0%/*/*}/tools/bin/tools.sh遺失"
echo "${0%/*}/tools/bin/tools.sh遺失"
fi