Fix parse

This commit is contained in:
plant_1312 2020-01-25 15:45:01 +00:00
parent 101188ce2e
commit 86d4dbf287
1 changed files with 1 additions and 1 deletions

View File

@ -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 {