mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
* cec_scan: Prettier YAML & JSON files * cec_scan: Pin base images * cec_scan: Move data files to data folder * cec_scan: Fix Markdownlint issue in changelog
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/usr/bin/env bashio
|
|
set -e
|
|
|
|
bashio::log.info "Starting CEC client scan..."
|
|
echo scan | cec-client -s -d 1
|