mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-27 17:15:17 +00:00
tweak
This commit is contained in:
@@ -107,7 +107,7 @@ public class ConfigUpdateHelper {
|
||||
else
|
||||
buf.append("<option value=\"download\">Download and verify only</option>");
|
||||
|
||||
if (_context.getProperty("wrapper.version") != null) {
|
||||
if (System.getProperty("wrapper.version") != null) {
|
||||
if ("install".equals(policy))
|
||||
buf.append("<option value=\"install\" selected=\"true\">Download, verify, and restart</option>");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user