#!/bin/sh
set -eu

# Test Nginx
wget --quiet --tries=1 --spider localhost:2114 || exit 1;
