Update: Log full path to update file

This commit is contained in:
zzz
2022-04-12 09:31:28 -04:00
parent 706ed2ced2
commit e04d31eb04

View File

@ -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);