From c21a6c8f2aa7458bb1640d7db0dd96372d9de289 Mon Sep 17 00:00:00 2001 From: Yawasau <229953100a@gmail.com> Date: Wed, 15 Jun 2022 12:42:32 +0800 Subject: [PATCH] bugfix --- tools/bin/bin.sh | 2 +- tools/bin/busybox_path | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tools/bin/busybox_path diff --git a/tools/bin/bin.sh b/tools/bin/bin.sh index d58b975..e42033c 100644 --- a/tools/bin/bin.sh +++ b/tools/bin/bin.sh @@ -115,7 +115,7 @@ else fi export PATH="$filepath:$PATH" export TZ=Asia/Taipei -TMPDIR="/data/local/tmp" +TMPDIR="/data/local/tmp/data_backup" [[ ! -d $TMPDIR ]] && mkdir "$TMPDIR" if [[ $(which busybox) = "" ]]; then echoRgb "環境變量中沒有找到busybox 請在tools/bin內添加一個\narm64可用的busybox\n或是安裝搞機助手 scene或是Magisk busybox模塊...." "0" diff --git a/tools/bin/busybox_path b/tools/bin/busybox_path new file mode 100644 index 0000000..c2cbb7f --- /dev/null +++ b/tools/bin/busybox_path @@ -0,0 +1 @@ + -/data/backup_tools