This commit is contained in:
YAWAsau
2022-01-25 18:27:17 +08:00
parent a9ef4d985c
commit 5e2a3896f7
9 changed files with 232 additions and 158 deletions

View File

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