This commit is contained in:
YAWAsau
2021-11-08 22:57:50 +08:00
parent d144cc8b4e
commit cc5f8b2687
2 changed files with 4 additions and 4 deletions

View File

@@ -34,6 +34,6 @@ find "$MODDIR" -maxdepth 1 -name "*.tar*" -type f | while read; do
starttime2="$(date -u "+%s")"
echoRgb "恢復第$A/$B個壓縮包 剩下$((B-A))個"
Release_data "$REPLY"
endtime 2 "恢複" && echoRgb "完成$((A*100/B))%" && echoRgb "____________________________________" "3" && let A++
endtime 2 "$FILE_NAME2恢複" && echoRgb "完成$((A*100/B))%" && echoRgb "____________________________________" "3" && let A++
done
endtime 1 "恢複結束"