mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
good
This commit is contained in:
@@ -12,7 +12,12 @@ fi
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
source "$ENV_FILE"
|
||||
: "${PUBLISH_URL:?PUBLISH_URL not set in ${ENV_FILE}}"
|
||||
PUBLISH_URL="${PUBLISH_URL:-}"
|
||||
if [[ -z "${PUBLISH_URL}" ]]; then
|
||||
echo "PUBLISH_URL not set in ${ENV_FILE}; contents:" >&2
|
||||
sed -n '1,200p' "$ENV_FILE" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
VIDEO_WIDTH="${VIDEO_WIDTH:-1920}"
|
||||
VIDEO_HEIGHT="${VIDEO_HEIGHT:-1080}"
|
||||
|
||||
Reference in New Issue
Block a user