mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
Cancel if shutdownGracefullyAndRerun returns false
This commit is contained in:
@@ -19,7 +19,8 @@ public class WindowsUpdatePostProcessor implements UpdatePostProcessor {
|
||||
if (fileType == 6) {
|
||||
if (runUpdate(file)) {
|
||||
try {
|
||||
if (shutdownGracefullyAndRerun()) {
|
||||
if (!shutdownGracefullyAndRerun()) {
|
||||
i2pRouter.cancelGracefulShutdown();
|
||||
}
|
||||
} catch (InterruptedException ie) {
|
||||
i2pRouter.cancelGracefulShutdown();
|
||||
|
||||
Reference in New Issue
Block a user