Use the custom etc/hosts banner

This commit is contained in:
kaiyou 2020-05-14 12:02:24 +02:00 committed by Leo Antunes
parent f1de2def7f
commit a0882dad49
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ func main() {
// Prepare the /etc/hosts writer
hostsFile := &etchosts.EtcHosts{
Banner: "# ! managed automatically for wesher " + config.Banner,
Logger: logrus.StandardLogger(),
}