This commit is contained in:
Yawasau
2022-03-29 21:55:32 +08:00
parent 83d5a1411b
commit af8e6ff040
3 changed files with 64 additions and 30 deletions

View File

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