mirror of
https://github.com/mudler/luet.git
synced 2025-09-06 01:30:29 +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
|
// Cleanup all tmp directories used by luet
|
||||||
err := config.LuetCfg.GetSystem().CleanupTmpDir()
|
err := config.LuetCfg.GetSystem().CleanupTmpDir()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
Fatal("failed on cleanup tmpdir:", err.Error())
|
Warning("failed on cleanup tmpdir:", err.Error())
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
SilenceErrors: true,
|
SilenceErrors: true,
|
||||||
|
Reference in New Issue
Block a user