mirror of
https://github.com/mtan93/hass-addons.git
synced 2026-03-08 05:31:54 +00:00
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Example
|
|
# Runs example2 script
|
|
# ==============================================================================
|
|
|
|
|
|
bashio::log.info "Starting Example2..."
|
|
|
|
exec /usr/bin/example2.sh
|