Remove ifupdown leftovers in the code

This commit is contained in:
Igor Pecovnik
2024-06-20 13:11:18 +02:00
committed by Igor
parent 56267aa0ad
commit a65cf4d9bb
6 changed files with 1 additions and 18 deletions

View File

@@ -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