Bob Mottram 8 년 전
부모
커밋
2676a9da9b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/freedombone-app-tahoelafs

+ 2
- 2
src/freedombone-app-tahoelafs 파일 보기

365
 
365
 
366
     systemctl stop tahoelafs-storage
366
     systemctl stop tahoelafs-storage
367
     systemctl disable tahoelafs-storage
367
     systemctl disable tahoelafs-storage
368
-    rm /etc/systemd/system/tahoelafs-storage.serice
368
+    rm /etc/systemd/system/tahoelafs-storage.service
369
 
369
 
370
     systemctl stop tahoelafs-client
370
     systemctl stop tahoelafs-client
371
     systemctl disable tahoelafs-client
371
     systemctl disable tahoelafs-client
372
-    rm /etc/systemd/system/tahoelafs-client.serice
372
+    rm /etc/systemd/system/tahoelafs-client.service
373
 
373
 
374
     if [ -d /var/lib/tahoelafs ]; then
374
     if [ -d /var/lib/tahoelafs ]; then
375
         rm -rf /var/lib/tahoelafs
375
         rm -rf /var/lib/tahoelafs