mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 14:20:18 +00:00
Update uninstall.sh
Signed-off-by: Rob Gill <rrobgill@protonmail.com>>
This commit is contained in:
parent
3d3e7a330c
commit
97809277df
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ removeNoPurge() {
|
||||||
# Restore resolved
|
# Restore resolved
|
||||||
if [[ -e /etc/systemd/resolved.conf.orig ]]; then
|
if [[ -e /etc/systemd/resolved.conf.orig ]]; then
|
||||||
systemctl disable systemd-resolved
|
systemctl disable systemd-resolved
|
||||||
cp /etc/systemd/resolved.conf.orig /etc/systemd/resolved.conf
|
${SUDO} cp /etc/systemd/resolved.conf.orig /etc/systemd/resolved.conf
|
||||||
systemctl enable systemd-resolved
|
systemctl enable systemd-resolved
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue