diff --git a/update-motd.d/20-service b/update-motd.d/20-service index 1180a68..5ab66a1 100755 --- a/update-motd.d/20-service +++ b/update-motd.d/20-service @@ -152,7 +152,7 @@ if [ "$(command -v murmurd)" ]; then fi ### ]]] ### IF XYMONSERVER [[[ -if [ "$(command -v xymond)" ]; then +if [ -d "/var/lib/xymon/www" ]; then MSG=$(process_info "xymond" '') MSG=$(service_info "1984" "${MSG}") printf '%b' "\\n${MSG}"