Clear temp files

This commit is contained in:
Bob Mottram 2017-03-04 21:20:30 +00:00
parent 37d3a81af9
commit 89d5d0a4c4
1 changed files with 1 additions and 0 deletions

View File

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