wpa_supplicant: Remove accidentally committed debug flag
This commit is contained in:
parent
6580588230
commit
75662a45d6
@ -117,7 +117,7 @@ in
|
|||||||
'' else ''
|
'' else ''
|
||||||
ifaces="${concatStringsSep " -N " (map (i: "-i${i}") ifaces)}"
|
ifaces="${concatStringsSep " -N " (map (i: "-i${i}") ifaces)}"
|
||||||
''}
|
''}
|
||||||
exec wpa_supplicant -s -u -D${cfg.driver} -c ${configFile} $ifaces -dd
|
exec wpa_supplicant -s -u -D${cfg.driver} -c ${configFile} $ifaces
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user