Browse Source

Clear temp files

Bob Mottram 8 years ago
parent
commit
89d5d0a4c4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-tahoelafs

+ 1
- 0
src/freedombone-app-tahoelafs View File

276
     systemctl start tahoelafs
276
     systemctl start tahoelafs
277
 
277
 
278
     set_completion_param "tahoelafs commit" "$TAHOELAFS_COMMIT"
278
     set_completion_param "tahoelafs commit" "$TAHOELAFS_COMMIT"
279
+    rm -rf /tmp/*
279
 
280
 
280
     APP_INSTALLED=1
281
     APP_INSTALLED=1
281
 }
282
 }