Remove CURRENT_UID and GID from makefile as they are unused

This commit is contained in:
George Tsiamasiotis 2024-09-16 15:47:18 +03:00
parent 83c7c2ec4f
commit 5458f4a766

View File

@ -4,8 +4,6 @@ COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
VERSION = 0.15.0
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
CURRENT_UID := $(shell id -u)
CURRENT_GID := $(shell id -g)
BOARDS= #Initialized empty
include docker/*/*.mk