diff options
-rw-r--r-- | src/idevicerestore.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 84d8fb6..59d4a14 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -375,6 +375,9 @@ int main(int argc, char* argv[]) { error("ERROR: Unable to exit restore mode\n"); return -1; } + + // we need to refresh the current mode again + check_mode(client); } // verify if ipsw file exists |