Remove -a flag from MAC.sh, since moulinette won't accept
This commit is contained in:
parent
b95e3be972
commit
a86d253dad
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
ifconfig -a | grep ether | awk '{ print $2 }'
|
ifconfig | grep ether | awk '{ print $2 }'
|
||||||
|
|
Loading…
Reference in New Issue