#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: awtrix
# Runs the Nginx daemon
# ==============================================================================

bashio::log.info "Starting NGinx..."
exec nginx 
