mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-02 20:18:47 +02:00
add bentopdf
This commit is contained in:
9
bentopdf/run.sh
Normal file
9
bentopdf/run.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
LOG_LEVEL=$(bashio::config 'log_level' 'info')
|
||||
|
||||
bashio::log.info "Starting BentoPDF (log_level=${LOG_LEVEL})"
|
||||
|
||||
exec nginx
|
||||
Reference in New Issue
Block a user