mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-23 05:44:24 +01:00
7 lines
293 B
Plaintext
7 lines
293 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Runs the NGINX daemon
|
|
# ==============================================================================
|
|
bashio::log.info "Starting NGINX for authentication handling..."
|
|
exec nginx
|