forked from I2P_Developers/i2p.i2p
Update: Log full path to update file
This commit is contained in:
@ -51,7 +51,7 @@ public class InstallUpdate {
|
|||||||
// carry on
|
// carry on
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
System.out.println("INFO: Update file exists [" + Router.UPDATE_FILE + "] - installing");
|
System.out.println("INFO: Update file exists [" + updateFile + "] - installing");
|
||||||
// verify the whole thing first
|
// verify the whole thing first
|
||||||
// we could remember this fails, and not bother restarting, but who cares...
|
// we could remember this fails, and not bother restarting, but who cares...
|
||||||
boolean ok = FileUtil.verifyZip(updateFile);
|
boolean ok = FileUtil.verifyZip(updateFile);
|
||||||
|
Reference in New Issue
Block a user