Files
hassio-addons/test/rootfs/etc/cont-init.d/99-run.sh
2023-09-09 17:33:35 +00:00

7 lines
101 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
bashio::log.info "It's working"
sleep 10000