This commit is contained in:
Yawasau
2023-01-14 11:24:29 +08:00
parent 270cca2a64
commit bf12e348ac
6 changed files with 365 additions and 380 deletions

View File

@@ -1,9 +1,7 @@
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
MODDIR="${0%/*}"
operate="backup"
{
. "${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