This commit is contained in:
Yawasau
2022-04-05 18:31:37 +08:00
parent 711f8b18e2
commit 7cdfdc0dd9
4 changed files with 13 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ else
echo "Magisk busybox Path does not exist"
fi
export PATH="$PATH"
backup_version="V14.4"
backup_version="V14.5"
#設置二進制命令目錄位置
[[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2
#bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}"