7
All checks were successful
Build Docker image / docker (push) Successful in 1m27s

This commit is contained in:
Lee 2024-03-02 11:49:52 +00:00
parent d3c7127c9e
commit 6ad4a34dd7

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ ! -z "${RTSP_URL:-}" ] && [ ! -z "${HOST}" ] && [ ! -z "${TOKEN}" ]; then
echo "Using RTSP stream from $RTSP_URL"