#!/bin/bash
set -e

if ( which nginx >/dev/null ); then
    nginx -t
fi