Update update-dns.sh

This commit is contained in:
2022-12-18 18:16:41 -06:00
parent 5e64ae6c43
commit b0b5b5669c

View File

@@ -24,4 +24,11 @@ case "$choice" in
fi;;
esac
echo
if [ -f /etc/netplan/eth0.yaml ]; then
cat /etc/netplan/eth0.yaml
else
cat /etc/network/interfaces
fi
echo