9 lines
290 B
Plaintext
Executable File
9 lines
290 B
Plaintext
Executable File
#!/command/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
# ==============================================================================
|
|
# Runs the NGINX daemon
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting NGINX..."
|
|
exec nginx
|