X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=fsf-vpn-dns-cleanup;h=d9e755c126e6e2491569bc1c37abec3195da174f;hp=be7fb582a99248b01d5a25490ee26f10ee2be6e5;hb=7d5e9e87105fafa2243603f958c8b41cdaa7f0ad;hpb=32a1673064cfd9eaa165b4ea62fa416f02f3dfd2 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