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