From 670daf48809f98ee1c6df932d0f1b752816dc4f4 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Wed, 20 Oct 2021 13:32:57 -0400 Subject: [PATCH] motd script --- script-install-motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-install-motd b/script-install-motd index 0aeb4154..3e6e8237 100644 --- a/script-install-motd +++ b/script-install-motd @@ -11,7 +11,7 @@ profiledir="/etc/profile.d/" [[ ! -d "$profiledir" ]] && mkdir -p "$profiledir" -cat <<- EOF > "$profiledir/motd.sh" +cat <<- 'EOF' > "$profiledir/motd.sh" #!/usr/bin/env bash USER=$(whoami)