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