ソースを参照

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
 }