Skip to content
Snippets Groups Projects
Commit fae5804c authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove pihole build directory

parent 1c499c9a
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,10 @@ function remove_pihole {
rm /etc/cron.d/pihole
fi
if [ -d $INSTALL_DIR/pihole ]; then
rm -rf $INSTALL_DIR/pihole
fi
firewall_remove 53
userdel -r pihole
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment