Files
hassio-addons/test/rootfs/etc/cont-init.d/99-run.sh
Alexandre aa706305d2 test
2023-09-09 20:05:30 +02:00

8 lines
115 B
Bash
Executable File

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