From fb5f957f9321f8355424fc1b0d5d888047db3631 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 7 Jul 2022 19:24:50 +0200 Subject: [PATCH] Fix typo in bashio --- camera-rtc/config.yaml | 2 +- camera-rtc/rootfs/etc/services.d/aiortc/run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camera-rtc/config.yaml b/camera-rtc/config.yaml index cca5bfe..56d4bf2 100644 --- a/camera-rtc/config.yaml +++ b/camera-rtc/config.yaml @@ -1,5 +1,5 @@ name: "Camera-RTC" -version: "2022.7.010" +version: "2022.7.011" slug: "camera-aiortc" description: "Camera stream with support for WebRTC." url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/camera-rtc" diff --git a/camera-rtc/rootfs/etc/services.d/aiortc/run b/camera-rtc/rootfs/etc/services.d/aiortc/run index b868443..5e8882f 100644 --- a/camera-rtc/rootfs/etc/services.d/aiortc/run +++ b/camera-rtc/rootfs/etc/services.d/aiortc/run @@ -9,7 +9,7 @@ if bashio::config.has_value 'webrtc_arguments'; then options+="$(bashio::config 'webrtc_arguments')" fi -basio::log.info "Starting aiortc with arguments: '$options'" +bashio::log.info "Starting aiortc with arguments: '$options'" # Run aiortc exec python3 /aiortc/examples/webcam/webcam.py "${options[@]}"