浏览代码

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
 }