Add openbooks to MOTD

This commit is contained in:
2022-05-02 16:19:08 +02:00
parent 30013dfc5e
commit c1ff3bb0c2

View File

@@ -1,5 +1,4 @@
#!/run/current-system/sw/bin/bash
# Kernel information
LINUX=$(uname -rs | cut -d " " -f2)
@@ -30,6 +29,7 @@ services=(
"mautrix-telegram.service"
"nginx.service"
"dnsmasq.service"
"docker-openbooks.service"
)
for var in "${services[@]}"; do