This commit is contained in:
Yawasau
2023-02-19 09:46:31 +08:00
parent 79677420fa
commit 244c322541
6 changed files with 52 additions and 39 deletions

View File

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