This commit is contained in:
YAWAsau
2021-11-15 23:55:23 +08:00
parent baae8c298a
commit ae096eaf1c
5 changed files with 28 additions and 23 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="V11.4 2021/11/8-22:30"
backup_version="V11.5 2021/11/15-23:30"
#設置二進制命令目錄位置
[[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2
#bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}"