Add openbooks to MOTD
This commit is contained in:
parent
30013dfc5e
commit
c1ff3bb0c2
|
@ -1,5 +1,4 @@
|
||||||
#!/run/current-system/sw/bin/bash
|
#!/run/current-system/sw/bin/bash
|
||||||
|
|
||||||
# Kernel information
|
# Kernel information
|
||||||
LINUX=$(uname -rs | cut -d " " -f2)
|
LINUX=$(uname -rs | cut -d " " -f2)
|
||||||
|
|
||||||
|
@ -30,6 +29,7 @@ services=(
|
||||||
"mautrix-telegram.service"
|
"mautrix-telegram.service"
|
||||||
"nginx.service"
|
"nginx.service"
|
||||||
"dnsmasq.service"
|
"dnsmasq.service"
|
||||||
|
"docker-openbooks.service"
|
||||||
)
|
)
|
||||||
|
|
||||||
for var in "${services[@]}"; do
|
for var in "${services[@]}"; do
|
||||||
|
|
Loading…
Reference in New Issue