mirror of
https://github.com/mudler/luet.git
synced 2025-09-26 07:10:25 +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)
|
target := filepath.Join(s.Target, f)
|
||||||
|
|
||||||
if !config.LuetCfg.ConfigProtectSkip && cp.Protected(f) {
|
if !config.LuetCfg.ConfigProtectSkip && cp.Protected(f) {
|
||||||
Debug("Protected file found", f)
|
Debug("Preserving protected file:", f)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user