mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 07:09:13 +00:00
CleanupTmpDir() is not Fatal
This commit is contained in:
@@ -73,7 +73,7 @@ var RootCmd = &cobra.Command{
|
||||
// Cleanup all tmp directories used by luet
|
||||
err := config.LuetCfg.GetSystem().CleanupTmpDir()
|
||||
if err != nil {
|
||||
Fatal("failed on cleanup tmpdir:", err.Error())
|
||||
Warning("failed on cleanup tmpdir:", err.Error())
|
||||
}
|
||||
},
|
||||
SilenceErrors: true,
|
||||
|
Reference in New Issue
Block a user