Adding fix for postrm removing the config.toml and service file (#951)

This commit is contained in:
Daniel Jones 2023-08-23 16:43:22 -05:00 committed by GitHub
parent c7561dbb62
commit 3d7639cc26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,4 @@
############### ###############
# Remove bor installs # Remove bor installs
############## ##############
sudo rm -rf /var/lib/bor/config.toml
sudo rm -rf /lib/systemd/system/bor.service
sudo systemctl daemon-reload sudo systemctl daemon-reload