Files
hassio-addons/omni-tools/rootfs/etc/cont-init.d/99-run.sh
2025-08-17 00:34:15 +00:00

11 lines
414 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Add-on: Omni Tools
# Starts omni-tools
# ==============================================================================
# Start omni-tools container content
bashio::log.info "Starting application"
/./docker-entrypoint.sh nginx -g "daemon off;" &> /proc/1/fd/1