#!/usr/share/ucs-test/runner bash
# shellcheck shell=bash
## desc: Check home page by FQDN using plain http
## tags: [apptest]
## exposure: safe

wget -S "http://$(hostname -f)/" -O/dev/null

# vim: set ft=sh :
