* Remove debug statement.
svn path=/nixos/trunk/; revision=32778
This commit is contained in:
parent
356ff79400
commit
835170fe19
@ -80,7 +80,6 @@ in
|
||||
'' else ''
|
||||
ifaces="${concatStringsSep " -N " (map (i: "-i${i}") ifaces)}"
|
||||
''}
|
||||
echo "|$ifaces|"
|
||||
exec wpa_supplicant -s -u -c ${configFile} $ifaces
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user