I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit dff75de9 authored by zzz's avatar zzz
Browse files

tweak

parent f1fd3526
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ public class ConfigUpdateHelper { ...@@ -107,7 +107,7 @@ public class ConfigUpdateHelper {
else else
buf.append("<option value=\"download\">Download and verify only</option>"); 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)) if ("install".equals(policy))
buf.append("<option value=\"install\" selected=\"true\">Download, verify, and restart</option>"); buf.append("<option value=\"install\" selected=\"true\">Download, verify, and restart</option>");
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment