X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fsf-vpn-dns-cleanup;h=d9e755c126e6e2491569bc1c37abec3195da174f;hb=7f759d320592e791a62cd0a966350e8c53ee0976;hp=be7fb582a99248b01d5a25490ee26f10ee2be6e5;hpb=32a1673064cfd9eaa165b4ea62fa416f02f3dfd2;p=distro-setup diff --git a/fsf-vpn-dns-cleanup b/fsf-vpn-dns-cleanup index be7fb58..d9e755c 100755 --- a/fsf-vpn-dns-cleanup +++ b/fsf-vpn-dns-cleanup @@ -6,6 +6,6 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR if ! echo | /a/exe/cedit fsf /etc/dnsmasq-servers.conf; then if systemctl is-active dnsmasq >/dev/null; then nscd -i hosts - systemctl reload dnsmasq + systemctl restart dnsmasq fi fi