From 84fcf10c2010ab37bca6f762dee966d4511870db Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 30 Jun 2024 22:08:47 -0400 Subject: [PATCH] Fix motd --- script-install-motd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/script-install-motd b/script-install-motd index e5a52586..c741d0da 100755 --- a/script-install-motd +++ b/script-install-motd @@ -247,7 +247,8 @@ links (ctrl+click to follow): cockpit (administrators): http://localhost:9090 robot cam...............: http://localhost:8888 robot computer..........: vnc://192.168.16.101:5900 -manual..................: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY" +manual..................: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY +" EOF # Scheduled reboot @@ -312,7 +313,7 @@ EOF generate-services() { service="/usr/lib/systemd/system/generate-motd.service" timer="/usr/lib/systemd/system/generate-motd.timer" - cat <<- "EOF" > "$service" + cat <<-EOF > "$service" [Unit] Description=Generate MoTD @@ -323,7 +324,7 @@ generate-services() { [Install] WantedBy=default.target EOF - cat <<- 'EOF' > "$timer" + cat <<-'EOF' > "$timer" [Unit] Description=Generate MoTD every minute on a timer