Skip to content

Commit

Permalink
Merge pull request #292 from kevinhikaruevans/master
Browse files Browse the repository at this point in the history
Use -g instead of --gateway
  • Loading branch information
lakinduakash authored Feb 5, 2023
2 parents dd3c72e + 0c935c6 commit aabe18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/h_prop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit aabe18a

Please sign in to comment.