This commit is contained in:
YAWAsau
2021-12-22 21:23:23 +08:00
parent 67e212dda0
commit 57ac651fb0
4 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ if [[ -d $(magisk --path 2>/dev/null) ]]; then
else
echo "Magisk busybox Path does not exist"
fi ; export PATH="$PATH"
backup_version="V13"
backup_version="V13.1"
#設置二進制命令目錄位置
[[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2
#bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}"