diff --git a/src/ui/h_prop.c b/src/ui/h_prop.c index 1e9c258..7c50d30 100644 --- a/src/ui/h_prop.c +++ b/src/ui/h_prop.c @@ -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); }