diff --git a/Tools/emulator/qemu-test.sh b/Tools/emulator/qemu-test.sh index 34236cc..c29fb45 100644 --- a/Tools/emulator/qemu-test.sh +++ b/Tools/emulator/qemu-test.sh @@ -81,7 +81,10 @@ fi echo "RTL9601C1 Emulator is Running!" chroot "$CHDIR" qemu-mips-static "/bin/sh" -echo "User end QEMU..." +echo "User End QEMU..." + +echo "chmod +x /bin folder, prevent stick become brick!" +chmod +x "$CHDIR/bin" -R echo "Unmounting..." rm -rf "$CHDIR/usr/bin" @@ -105,4 +108,4 @@ echo "" echo "Anime4000 firmware test script, https://github.com/Anime4000/RTL9601C1" echo "" -exit 0 \ No newline at end of file +exit 0