12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Add-on: 3dprinter-octoprint
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
|
|
# Wait for web server to be available
|
|
bashio::net.wait_for 5000
|
|
|
|
bashio::log.info "Starting NGinx..."
|
|
exec nginx
|