diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 5d2a1e1..ee2543e 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ ! -z "${RTSP_URL:-}" ] && [ ! -z "${HOST}" ] && [ ! -z "${TOKEN}" ]; then echo "Using RTSP stream from $RTSP_URL"