Files
hassio-addons/birdnet-pi/rootfs/custom-services.d/02-nginx.sh
2024-04-28 19:52:12 +02:00

7 lines
100 B
Bash

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
echo "Starting service: nginx"
nginx