Change /etc/issue to /etc/motd

This commit is contained in:
mshillam 2022-02-19 22:44:46 +00:00
parent af8aef66ff
commit ed868b2a4f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ __EOBANNER
}
open(ISSUE, ">/etc/issue");
open(ISSUE, ">/etc/motd");
print ISSUE $banner;