Merge pull request #292 from kevinhikaruevans/master

Use -g instead of --gateway
This commit is contained in:
Lakindu Akash 2023-02-05 19:16:03 +05:30 committed by GitHub
commit aabe18aa57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ const char *build_wh_mkconfig_command(ConfigValues* cv){
}
if(cv->gateway!=NULL) {
strcat(cmd_mkconfig, " --gateway ");
strcat(cmd_mkconfig, " -g ");
strcat(cmd_mkconfig, cv->gateway);
}