This commit is contained in:
YAWAsau
2021-10-25 21:40:37 +08:00
parent 5e3ac25500
commit 7013b606db
7 changed files with 26 additions and 14 deletions

View File

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