added directory cleanup

This commit is contained in:
ston1th 2022-03-17 21:10:23 +01:00
commit 74ab10358a
5 changed files with 87 additions and 22 deletions

View file

@ -88,4 +88,5 @@ func main() {
}
filesystem.Close()
log.Info("cachefs shutdown completed")
os.Exit(0)
}