mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
11 lines
414 B
Bash
Executable File
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
|