From 019acca9ba6a21159ec0448124f31138805f0004 Mon Sep 17 00:00:00 2001 From: Anime4000 Date: Thu, 8 Sep 2022 23:43:21 +0800 Subject: [PATCH] typo --- Tools/emulator/qemu-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/emulator/qemu-test.sh b/Tools/emulator/qemu-test.sh index adb2c62..dca4ad1 100644 --- a/Tools/emulator/qemu-test.sh +++ b/Tools/emulator/qemu-test.sh @@ -125,7 +125,8 @@ cd "$DIR/${FILENAME%.*}" if [ -d "$DIR/custom/etc" ]; then echo "Injecting custom or fix scripts" - cp -rf "$DIR/custom/etc" "$CHDIR/etc" + cp -rf "$DIR/custom/etc" "$CHDIR/" + chmod 755 "$CHDIR/etc" fi if [ -f "$CHDIR/etc/scripts/fix_sw_ver.sh" ]; then