Remove -a flag from MAC.sh, since moulinette won't accept

This commit is contained in:
Timo Schmidt 2023-03-15 18:10:22 +01:00
parent b95e3be972
commit a86d253dad
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
ifconfig -a | grep ether | awk '{ print $2 }'
ifconfig | grep ether | awk '{ print $2 }'