Skip to content

Commit 3d2d380

Browse files
committed
Device will reboot into recovery mode after setup fakefs
1 parent a099e32 commit 3d2d380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pongo_helper.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ void *pongo_usb_callback(stuff_t *arg) {
114114
#ifdef ROOTFUL
115115
if ((palerain_flags & palerain_option_setup_partial_root)) {
116116
LOG(LOG_INFO, "Please wait up to 5 minutes for the bindfs to be created.");
117-
LOG(LOG_INFO, "Once the device boots up to iOS, run again without the -B (Create BindFS) option to jailbreak.");
117+
LOG(LOG_INFO, "Once the device reboots into recovery mode, run again without the -B (Create BindFS) option to jailbreak.");
118118
} else if ((palerain_flags & palerain_option_setup_rootful)) {
119119
LOG(LOG_INFO, "Please wait up to 10 minutes for the fakefs to be created.");
120-
LOG(LOG_INFO, "Once the device boots up to iOS, run again without the -c (Create FakeFS) option to jailbreak.");
120+
LOG(LOG_INFO, "Once the device reboots into recovery mode, run again without the -c (Create FakeFS) option to jailbreak.");
121121
}
122122
#endif
123123
if (dfuhelper_thr_running) {

0 commit comments

Comments
 (0)