touch /tmp/.installscript so we dont run backuptool
diff --git a/extendedcommands.c b/extendedcommands.c
index eee70f8..5b3f7d4 100644
--- a/extendedcommands.c
+++ b/extendedcommands.c
@@ -536,6 +536,7 @@
 
 int run_and_remove_extendedcommand()
 {
+    __system("touch /tmp/.installscript");
     int i = 0;
     for (i = 20; i > 0; i--) {
         ui_print("Waiting for SD Card to mount (%ds)\n", i);