Update update-dns.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user