Fix motd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user