From 613eb923ec081ec0340e7fb9f857d15fe46e7d1d Mon Sep 17 00:00:00 2001 From: smallsolar Date: Sat, 26 Jul 2025 20:36:13 +0000 Subject: [PATCH] Add userdata/reboot_to_hack.sh --- userdata/reboot_to_hack.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 userdata/reboot_to_hack.sh diff --git a/userdata/reboot_to_hack.sh b/userdata/reboot_to_hack.sh new file mode 100644 index 0000000..7249229 --- /dev/null +++ b/userdata/reboot_to_hack.sh @@ -0,0 +1,7 @@ +echo "Changing path_sh to our global.sh" +rm /mnt/userdata/log.log + +nv set path_sh="/mnt/userdata" +nv get path_sh +nv save +reboot \ No newline at end of file