소스 검색

Clear temp files

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

+ 1
- 0
src/freedombone-app-tahoelafs 파일 보기

@@ -276,6 +276,7 @@ function install_tahoelafs {
276 276
     systemctl start tahoelafs
277 277
 
278 278
     set_completion_param "tahoelafs commit" "$TAHOELAFS_COMMIT"
279
+    rm -rf /tmp/*
279 280
 
280 281
     APP_INSTALLED=1
281 282
 }