update act runner addons
This commit is contained in:
10
example/rootfs/etc/s6-overlay/s6-rc.d/example2/run
Normal file
10
example/rootfs/etc/s6-overlay/s6-rc.d/example2/run
Normal file
@ -0,0 +1,10 @@
|
||||
#!/command/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Example
|
||||
# Runs example2 script
|
||||
# ==============================================================================
|
||||
|
||||
bashio::log.info "Starting Example2..."
|
||||
|
||||
exec /usr/bin/example2.sh
|
Reference in New Issue
Block a user