Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Oct 3, 2024
1 parent 6ecab1a commit 6bfc665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ if [ -z "${BOOTPATH}" -a "${ROOT}" = "false" ]; then
fi
# 设置工作文件夹
if [ -z "${WORKDIR}" ]; then
WORKDIR="$(mktemp -d --suffix=_AAP)"
WORKDIR="$(mktemp -d)"
fi
# 判断用户设备是否为ab分区,是则设置$BOOTSUFFIX
if [ "${OS}" = "android" ]; then
Expand Down

0 comments on commit 6bfc665

Please sign in to comment.