mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 15:20:53 +02:00
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -euo pipefail
|
|
exec nginx -g "daemon off;"
|