bugfix
This commit is contained in:
@@ -115,7 +115,7 @@ else
|
|||||||
fi
|
fi
|
||||||
export PATH="$filepath:$PATH"
|
export PATH="$filepath:$PATH"
|
||||||
export TZ=Asia/Taipei
|
export TZ=Asia/Taipei
|
||||||
TMPDIR="/data/local/tmp"
|
TMPDIR="/data/local/tmp/data_backup"
|
||||||
[[ ! -d $TMPDIR ]] && mkdir "$TMPDIR"
|
[[ ! -d $TMPDIR ]] && mkdir "$TMPDIR"
|
||||||
if [[ $(which busybox) = "" ]]; then
|
if [[ $(which busybox) = "" ]]; then
|
||||||
echoRgb "環境變量中沒有找到busybox 請在tools/bin內添加一個\narm64可用的busybox\n或是安裝搞機助手 scene或是Magisk busybox模塊...." "0"
|
echoRgb "環境變量中沒有找到busybox 請在tools/bin內添加一個\narm64可用的busybox\n或是安裝搞機助手 scene或是Magisk busybox模塊...." "0"
|
||||||
|
|||||||
1
tools/bin/busybox_path
Normal file
1
tools/bin/busybox_path
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[38;5;190m -/data/backup_tools[0m
|
||||||
Reference in New Issue
Block a user