bugfix
This commit is contained in:
@@ -36,9 +36,9 @@ debug_list=0
|
|||||||
#添加自定義備份路徑 請勿刪除" "
|
#添加自定義備份路徑 請勿刪除" "
|
||||||
Custom_path="
|
Custom_path="
|
||||||
/storage/emulated/0/Pictures
|
/storage/emulated/0/Pictures
|
||||||
/storage/emulated/0/Download
|
/storage/emulated/0/Download
|
||||||
#/storage/emulated/0/Music
|
/storage/emulated/0/Music
|
||||||
#/storage/emulated/0/DCIM
|
/storage/emulated/0/DCIM
|
||||||
"
|
"
|
||||||
|
|
||||||
#壓縮算法(可用lz4 zstd tar tar為僅打包 有什麼好用的壓縮算法請聯繫我
|
#壓縮算法(可用lz4 zstd tar tar為僅打包 有什麼好用的壓縮算法請聯繫我
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ else
|
|||||||
echo "Magisk busybox Path does not exist"
|
echo "Magisk busybox Path does not exist"
|
||||||
fi
|
fi
|
||||||
export PATH="$PATH"
|
export PATH="$PATH"
|
||||||
backup_version="V14.2"
|
backup_version="V14.3"
|
||||||
#設置二進制命令目錄位置
|
#設置二進制命令目錄位置
|
||||||
[[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2
|
[[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2
|
||||||
#bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}"
|
#bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}"
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/data/backup_tools
|
|
||||||
Reference in New Issue
Block a user