This commit is contained in:
YAWAsau
2021-12-30 23:44:12 +08:00
parent 5cf839f9ea
commit 20013a5583
7 changed files with 10 additions and 23 deletions

View File

@@ -74,7 +74,7 @@ fi
if [[ $Recovery_mode = true ]]; then
if [[ $(pm path "$name") != "" ]]; then
#停止應用
[[ $name2 != $Open_apps ]] && am force-stop "$name"
[[ $name != $Open_apps2 ]] && am force-stop "$name"
find "$Backup_folder" -maxdepth 1 ! -name "apk.*" -name "*.tar*" -type f | sort | while read; do
tar_path="$REPLY"
X="$path2/$name"