Files
hassio-addons/omni-tools/rootfs/etc/cont-init.d/99-run.sh
Alexandre a4c6616fcf Fix
2025-07-30 14:30:29 +02:00

11 lines
413 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