From 5458f4a7668ecc696f8af75c55594a738d7cf862 Mon Sep 17 00:00:00 2001 From: George Tsiamasiotis Date: Mon, 16 Sep 2024 15:47:18 +0300 Subject: [PATCH] Remove CURRENT_UID and GID from makefile as they are unused --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 7a8093f11..b7c6ab821 100644 --- a/Makefile +++ b/Makefile @@ -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