mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-20 09:26:37 +00:00
Write Java API stub to force config sync
This commit is contained in:
parent
66f266a0c0
commit
a98f7b97dc
@ -493,6 +493,10 @@ public class ServalDCommand
|
||||
ServalDCommand.command("config", "set", name, value);
|
||||
}
|
||||
|
||||
public static void configSync() throws ServalDFailureException{
|
||||
ServalDCommand.command("config", "sync");
|
||||
}
|
||||
|
||||
public static boolean getConfigItemBoolean(String name, boolean defaultValue) {
|
||||
try {
|
||||
String value = getConfigItem(name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user