Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2025-02-18 14:52:50 +01:00
parent b819f9fb5d
commit 7c9b6943a3
3 changed files with 26 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ func (s *State) WriteFstab() func(context.Context) error {
if err != nil {
return err
}
f.Close()
_ = f.Close()
for _, fst := range s.fstabs {
internalUtils.Log.Debug().Str("what", fst.String()).Msg("Adding line to fstab")
select {