Browse Source

oops put that back in, dont want to the bootstrap to extract every time

Kevin Bradley 5 years ago
parent
commit
562281b100

+ 1 - 1
Meridian/Meridian/build_time

@@ -1 +1 @@
-Thu, 05 Jul 2018 12:16:55 -0700
+Thu, 05 Jul 2018 14:15:04 -0700

BIN
Meridian/meridian.xcodeproj/project.xcworkspace/xcuserdata/kevinbradley.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 2
Meridian/meridianTV/electra/the fun part/bootstrap.c

@@ -77,8 +77,8 @@ void extract_bootstrap() {
     
     int bootstrapped = open("/.bootstrapped_electra", O_RDONLY);
     if (bootstrapped != -1) {
-        //close(bootstrapped);
-       // return post_bootstrap(false);
+        close(bootstrapped);
+        return post_bootstrap(false);
     }
     close(bootstrapped);