Typo
This commit is contained in:
parent
277cac62af
commit
2676a9da9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue