diff --git a/src/freedombone-app-tahoelafs b/src/freedombone-app-tahoelafs index 88e4959f..a923ce14 100755 --- a/src/freedombone-app-tahoelafs +++ b/src/freedombone-app-tahoelafs @@ -356,10 +356,12 @@ function remove_tahoelafs { systemctl stop tahoelafs-storage systemctl disable tahoelafs-storage rm /etc/systemd/system/tahoelafs-storage.service + systemctl daemon-reload systemctl stop tahoelafs-client systemctl disable tahoelafs-client rm /etc/systemd/system/tahoelafs-client.service + systemctl daemon-reload pip uninstall tahoe-lafs[tor] apt-get -yq remove tahoe-lafs