david/synchole
david
/
synchole
Archived
1
0
Fork 0

updated/fixed uninstall instructions

This commit is contained in:
david 2019-11-09 03:11:01 +01:00
parent b6425cd6da
commit 4586e42f59
1 changed files with 9 additions and 1 deletions

View File

@ -58,12 +58,20 @@ sudo chmod +x /usr/bin/synchole
1. To uninstall synchole login via SSH to the `SLAVE` server.
2. Run the following commands on the `SLAVE` server.
2. Run the following command on the `SLAVE` server.
```
sudo rm /usr/bin/synchole
```
3. Login via SSH to the `MASTER` server.
4. Run the following command on the `MASTER` server.
```
sudo rm -r /var/www/html/synchole
```
5. Enjoy inconsistent states between your servers. ;-)
## Resources
- https://discourse.pi-hole.net/t/what-files-does-pi-hole-use/1684