Fix motd
This commit is contained in:
@@ -247,7 +247,8 @@ links (ctrl+click to follow):
|
|||||||
cockpit (administrators): http://localhost:9090
|
cockpit (administrators): http://localhost:9090
|
||||||
robot cam...............: http://localhost:8888
|
robot cam...............: http://localhost:8888
|
||||||
robot computer..........: vnc://192.168.16.101:5900
|
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
|
EOF
|
||||||
|
|
||||||
# Scheduled reboot
|
# Scheduled reboot
|
||||||
@@ -312,7 +313,7 @@ EOF
|
|||||||
generate-services() {
|
generate-services() {
|
||||||
service="/usr/lib/systemd/system/generate-motd.service"
|
service="/usr/lib/systemd/system/generate-motd.service"
|
||||||
timer="/usr/lib/systemd/system/generate-motd.timer"
|
timer="/usr/lib/systemd/system/generate-motd.timer"
|
||||||
cat <<- "EOF" > "$service"
|
cat <<-EOF > "$service"
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Generate MoTD
|
Description=Generate MoTD
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user