Remove log files from new location during uninstalling

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/3732/head
Christian König 2 years ago
parent 82695aba7d
commit 9b9acfd4a7
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -146,6 +146,7 @@ removeNoPurge() {
${SUDO} rm -f /etc/dnsmasq.d/01-pihole.conf &> /dev/null
${SUDO} rm -f /etc/dnsmasq.d/06-rfc6761.conf &> /dev/null
${SUDO} rm -rf /var/log/*pihole* &> /dev/null
${SUDO} rm -rf /var/log/pihole/*pihole* &> /dev/null
${SUDO} rm -rf /etc/pihole/ &> /dev/null
${SUDO} rm -rf /etc/.pihole/ &> /dev/null
${SUDO} rm -rf /opt/pihole/ &> /dev/null

Loading…
Cancel
Save