This commit is contained in:
Yawasau
2022-12-04 12:55:26 +08:00
parent 096a6fb5c0
commit 36d95bee0d
6 changed files with 303 additions and 281 deletions

View File

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