diff --git a/stage-hyperbian/00-install-hyperion/files/motd-hyperbian b/stage-hyperbian/00-install-hyperion/files/motd-hyperbian index 618be66..0ad8370 100644 --- a/stage-hyperbian/00-install-hyperion/files/motd-hyperbian +++ b/stage-hyperbian/00-install-hyperion/files/motd-hyperbian @@ -18,7 +18,7 @@ printf "|_| |_| |_| |_| |______| |_| \_\ |____/ |_| /_/ \_\ |_| printf "\nTo configure Hyperion browse to ${BLUE}http://${IP}:8090${NC} from another device on your network." printf "\nAll Hyperion configuration can be completed via the Hyperion Web UI.\n\n" -systemctl is-active hyperion@hyperion.service >/dev/null 2>&1 && printf "Hyperion status: ${GREEN}⬤ Running${NC}\n" || printf "Hyperion status: ${RED}⬤ Stopped${NC}\n" +systemctl is-active hyperion@*.service >/dev/null 2>&1 && printf "Hyperion status: ${GREEN}⬤ Running${NC}\n" || printf "Hyperion status: ${RED}⬤ Stopped${NC}\n" printf "\n${BOLD}* Documentation: ${NC}${GREEN}https://docs.hyperion-project.org${NC}" printf "\n${BOLD}* Website: ${NC}${GREEN}https://hyperion-project.org${NC}"