mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
message tweaks if no wrapperr
This commit is contained in:
@@ -1029,7 +1029,10 @@ public class Router {
|
||||
System.out.println("ERROR: Unable to delete the update file!");
|
||||
updateFile.deleteOnExit();
|
||||
}
|
||||
System.out.println("INFO: Restarting after update");
|
||||
if (System.getProperty("wrapper.version") != null)
|
||||
System.out.println("INFO: Restarting after update");
|
||||
else
|
||||
System.out.println("WARNING: Exiting after update, restart I2P");
|
||||
System.exit(EXIT_HARD_RESTART);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user