This commit is contained in:
YAWAsau
2021-12-03 19:42:44 +08:00
parent b261402ae5
commit b67d466a45
5 changed files with 21 additions and 13 deletions

View File

@@ -199,7 +199,7 @@ while [[ $i -le $r ]]; do
done
rm -rf "$TMPDIR/scriptTMP"
starttime1="$TIME"
echoRgb "批量恢複完成" && endtime 1 "批量恢複開始到結束" && echoRgb "應用閃退請重新開機" "0"
echoRgb "批量恢複完成" && endtime 1 "批量恢複開始到結束" && echoRgb "如發現應用閃退請重新開機"
longToast "批量恢復完成"
Print "批量恢復完成 執行過程請查看$Status_log" && rm -rf "$TMPDIR"/*
} &

View File

@@ -135,6 +135,6 @@ if [[ $Recovery_mode = true ]]; then
echoRgb "$name2沒有安裝無法恢復數據" "0"
fi
fi
endtime 1 "恢複開始到結束" && echoRgb "應用閃退請重新開機" "0" && rm -rf "$TMPDIR"/*
endtime 1 "恢複開始到結束" && echoRgb "如發現應用閃退請重新開機" && rm -rf "$TMPDIR"/*
rm -rf "$TMPDIR/scriptTMP"
} &