Deprecated

This commit is contained in:
Alexandre
2024-01-19 17:31:06 +01:00
committed by GitHub
parent 3b9d24ba10
commit ed2a6bf56a
24 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# ==============================================================================
# Home Assistant Community Add-on: Bitwarden
# Runs the Nginx daemon
# ==============================================================================
bashio::net.wait_for 80
bashio::log.info "Starting NGinx..."
exec nginx