forked from I2P_Developers/i2p.i2p
* Plugins:
- Fix classpath setting for webapps
- Implement uninstall args in clients.config
This commit is contained in:
@@ -308,7 +308,7 @@ public class PluginUpdateHandler extends UpdateHandler {
|
||||
if (!PluginStarter.stopPlugin(_context, appName)) {
|
||||
// failed, ignore
|
||||
}
|
||||
} catch (Exception e) {} // ignore
|
||||
} catch (IOException e) {} // ignore
|
||||
|
||||
} else {
|
||||
if (Boolean.valueOf(props.getProperty("update-only")).booleanValue()) {
|
||||
|
||||
Reference in New Issue
Block a user