mirror of
https://github.com/mtan93/hass-addons.git
synced 2026-04-06 14:23:07 +01:00
123
This commit is contained in:
15
unifi-cam-proxy-main/unifi-cam-proxy/rootfs/usr/bin/example2.sh
Executable file
15
unifi-cam-proxy-main/unifi-cam-proxy/rootfs/usr/bin/example2.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# 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