mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove ifupdown leftovers in the code
This commit is contained in:
@@ -84,7 +84,7 @@ log_hardware_info() {
|
||||
echo -e "\n### ip addr:\n" >>${Log}
|
||||
/sbin/ip r s >>${Log} ; /sbin/ip a >>${Log}
|
||||
echo " " >>${Log}
|
||||
else
|
||||
elif [ -x /sbin/ifconfig ]; then
|
||||
echo -e "\n### ifconfig:\n" >>${Log}
|
||||
ifconfig >>${Log}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user