1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 06:48:07 +00:00

Update uninstall.sh

Signed-off-by: Rob Gill <rrobgill@protonmail.com>>
This commit is contained in:
Rob Gill 2018-05-14 19:50:58 +10:00 committed by GitHub
parent 3d3e7a330c
commit 97809277df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ removeNoPurge() {
# Restore resolved
if [[ -e /etc/systemd/resolved.conf.orig ]]; then
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
fi