Replace with motd

This commit is contained in:
2021-10-21 13:03:45 -04:00
parent 2ffbb86f2d
commit aef2628861

View File

@@ -294,7 +294,7 @@ generate-services() {
[Service] [Service]
Type=simple Type=simple
Exec=/usr/bin/bash $installdir/generate-motd.sh ExecStart=/usr/bin/bash $installdir/generate-motd.sh
[Install] [Install]
WantedBy=default.target WantedBy=default.target
@@ -312,6 +312,7 @@ generate-services() {
EOF EOF
} }
chmod +x "$banner"
if [[ -v DEBUG ]]; then if [[ -v DEBUG ]]; then
bash generate-motd.sh bash generate-motd.sh