use different priority for resolv.conf script

This commit is contained in:
Max Erenberg 2022-11-19 09:16:33 +00:00
parent 59c2246558
commit d878fba5f5
2 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ func (mgr *TemplateManager) setResolvConf(handle *guestfs.Guestfs) (err error) {
if err = handle.Mkdir_p(scriptDir); err != nil {
return
}
filename := "99_csclub_resolv_conf.sh"
filename := "97_csclub_resolv_conf.sh"
path := scriptDir + "/" + filename
mgr.logger.Debug().Msg("Writing to " + path)
if err = handle.Write(path, getResource(filename)); err != nil {