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