mirror of
https://github.com/mudler/luet.git
synced 2025-09-25 14:38:50 +00:00
installer: Improve message for protected files
This commit is contained in:
@@ -636,7 +636,7 @@ func (l *LuetInstaller) uninstall(p pkg.Package, s *System) error {
|
||||
target := filepath.Join(s.Target, f)
|
||||
|
||||
if !config.LuetCfg.ConfigProtectSkip && cp.Protected(f) {
|
||||
Debug("Protected file found", f)
|
||||
Debug("Preserving protected file:", f)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user