Fix parse
This commit is contained in:
parent
101188ce2e
commit
86d4dbf287
@ -80,12 +80,12 @@ int main (string[] args) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
string yggconf;
|
string yggconf;
|
||||||
Process.spawn_command_line_sync ("yggdrasil -genconf -json", out yggconf);
|
|
||||||
|
|
||||||
browse.clicked.connect (() => {
|
browse.clicked.connect (() => {
|
||||||
|
|
||||||
if (browse.label == "OK") {
|
if (browse.label == "OK") {
|
||||||
|
|
||||||
|
Process.spawn_command_line_sync ("yggdrasil -genconf -json", out yggconf);
|
||||||
parse (yggconf, ip);
|
parse (yggconf, ip);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user