forked from I2P_Developers/i2p.i2p
use the router context's properties (which now include the config settings)
This commit is contained in:
@@ -133,7 +133,7 @@ public class KeyManager {
|
|||||||
super(KeyManager.this._context);
|
super(KeyManager.this._context);
|
||||||
}
|
}
|
||||||
public void runJob() {
|
public void runJob() {
|
||||||
String keyDir = KeyManager.this._context.router().getConfigSetting(PROP_KEYDIR);
|
String keyDir = KeyManager.this._context.getProperty(PROP_KEYDIR);
|
||||||
if (keyDir == null)
|
if (keyDir == null)
|
||||||
keyDir = DEFAULT_KEYDIR;
|
keyDir = DEFAULT_KEYDIR;
|
||||||
File dir = new File(keyDir);
|
File dir = new File(keyDir);
|
||||||
|
Reference in New Issue
Block a user