#!/bin/bash set -e [ -x /etc/init.d/resolvconf ] && invoke-rc.d resolvconf reload exit 0