From 8a3bf03298504b09944d92769557ff81a9929c8d Mon Sep 17 00:00:00 2001 From: Ikoe Tanioka Date: Mon, 31 Oct 2022 22:58:43 +0000 Subject: [PATCH] Introduce 'proper' MotD printout post-boot --- hosts/soda/shell-profile/motd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/soda/shell-profile/motd.sh b/hosts/soda/shell-profile/motd.sh index eaf24af..d0df6df 100644 --- a/hosts/soda/shell-profile/motd.sh +++ b/hosts/soda/shell-profile/motd.sh @@ -52,3 +52,5 @@ ${tpurple}and we have${treset} ${tbold}$online_now${treset} ${tpurple}online use } bootup + +test -e /motd.txt && cat /motd.txt