11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
|
#!/command/with-contenv bashio
|
||
|
# shellcheck shell=bash
|
||
|
# ==============================================================================
|
||
|
# Home Assistant Community Add-on: Example
|
||
|
# Runs example1 script
|
||
|
# ==============================================================================
|
||
|
|
||
|
bashio::log.info "Starting Example1..."
|
||
|
|
||
|
exec /usr/bin/example1.sh
|