Add openbooks to MOTD

This commit is contained in:
coolneng 2022-05-02 16:19:08 +02:00
parent 30013dfc5e
commit c1ff3bb0c2
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

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