From 16e2c77f196e7567d4822afafdacec0af50d68bf Mon Sep 17 00:00:00 2001 From: Atopes Sayuri <108107785+AtopesSayuri@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:18:03 +0800 Subject: [PATCH] try to fix bugs --- AAPFunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAPFunction b/AAPFunction index 9617ce6..733ede7 100755 --- a/AAPFunction +++ b/AAPFunction @@ -10,7 +10,7 @@ get_device_boot() { msg_fatal "Get boot image from device failed!" fi else - cp ${BOOTPATH} ${WORKDIR}/boot${BOOTSUFFIX}.img + cp ${BOOTPATH} "${WORKDIR}/boot${BOOTSUFFIX}.img" fi msg_info "Done." }