This commit is contained in:
Bob Mottram 2017-03-08 17:26:37 +00:00
parent 277cac62af
commit 2676a9da9b
1 changed files with 2 additions and 2 deletions

View File

@ -365,11 +365,11 @@ function remove_tahoelafs {
systemctl stop tahoelafs-storage
systemctl disable tahoelafs-storage
rm /etc/systemd/system/tahoelafs-storage.serice
rm /etc/systemd/system/tahoelafs-storage.service
systemctl stop tahoelafs-client
systemctl disable tahoelafs-client
rm /etc/systemd/system/tahoelafs-client.serice
rm /etc/systemd/system/tahoelafs-client.service
if [ -d /var/lib/tahoelafs ]; then
rm -rf /var/lib/tahoelafs