Skip to content

Commit

Permalink
what.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored Jul 10, 2024
1 parent 743f511 commit 4a19a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Dopamine/Jailbreak/DOBootstrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ - (NSError *)deleteBootstrap
[[NSFileManager defaultManager] removeItemAtPath:@"/var/jb" error:nil];
return error;
// Clean up xinaA15 v1 leftovers if desired
BOOL x1linksEnabledEnabled = [[DOPreferenceManager sharedManager] boolPreferenceValueForKey:@"x1linksEnabled" fallback:NO];
BOOL x1linksEnabled = [[DOPreferenceManager sharedManager] boolPreferenceValueForKey:@"x1linksEnabled" fallback:NO];
if (x1linksEnabled) {
NSArray *xinaLeftoverSymlinks = @[
@"/var/.keep_symlinks"
Expand Down

0 comments on commit 4a19a72

Please sign in to comment.