diff --git a/docker/rootfs/etc/s6-overlay/s6-rc.d/go2rtc/run b/docker/rootfs/etc/s6-overlay/s6-rc.d/go2rtc/run index be2e43491..85c8f9526 100755 --- a/docker/rootfs/etc/s6-overlay/s6-rc.d/go2rtc/run +++ b/docker/rootfs/etc/s6-overlay/s6-rc.d/go2rtc/run @@ -58,7 +58,7 @@ readonly config_path="/config" if [[ -x "${config_path}/go2rtc" ]]; then readonly binary_path="${config_path}/go2rtc" - echo "[WARN] Using go2rtc binary from '${binary_path}' instead of the embedded one" >&2 + echo "[WARN] Using go2rtc binary from '${binary_path}' instead of the embedded one" else readonly binary_path="/usr/local/go2rtc/bin/go2rtc" fi