update act runner addons
This commit is contained in:
16
example/rootfs/usr/bin/example2.sh
Normal file
16
example/rootfs/usr/bin/example2.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/command/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Example
|
||||
#
|
||||
# Example add-on for Home Assistant.
|
||||
# ------------------------------------------------------------------------------
|
||||
main() {
|
||||
bashio::log.trace "${FUNCNAME[0]}"
|
||||
|
||||
while true; do
|
||||
echo "Second Script Output"
|
||||
sleep 10
|
||||
done
|
||||
}
|
||||
main "$@"
|
Reference in New Issue
Block a user