Do not bail when notification is sent too early
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index fbd24d0..134579d 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -333,7 +333,7 @@
 
 	/* wait for command to complete */
 	while (wait_for_command_complete && !command_completed && !err_occurred
-		   && !notified && is_device_connected) {
+		   && is_device_connected) {
 		nanosleep(&ts, NULL);
 	}