From 86d4dbf28732ead53da41c3daa2228cf96dc7f61 Mon Sep 17 00:00:00 2001 From: plant_1312 Date: Sat, 25 Jan 2020 15:45:01 +0000 Subject: [PATCH] Fix parse --- src/main.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.vala b/src/main.vala index 4c53121..aa1e1ab 100644 --- a/src/main.vala +++ b/src/main.vala @@ -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 {