From 2420b4f7a2cca1b1d79b204d430d53d23799e5b5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 18 Jan 2024 16:21:51 +0300 Subject: [PATCH 1/3] typo fix... Signed-off-by: Alex A. Naanou --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13a0ce5..bef1fdf 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ gate: gate-traefik .PHONY: core -core: config $CORE_CTs) +core: config $(CORE_CTs) .PHONY: minimal From cb87043cf27e037386ef4166483854c011e8e7c3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 18 Jan 2024 16:34:32 +0300 Subject: [PATCH 2/3] fix... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pct-helpers b/.pct-helpers index cca3f89..ed88b32 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -660,7 +660,7 @@ pctUpdateTurnkey(){ pctSet(){ [ "$2" ] \ && @ pct set $1 \ - ${2} \ + ${2} [ "$3" ] \ && @ pct reboot $1 } From e5f14c352d1729503e7a4e502ddf8ca048a6a78e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 18 Jan 2024 16:46:27 +0300 Subject: [PATCH 3/3] fix... Signed-off-by: Alex A. Naanou --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bef1fdf..2690b0e 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ core: config $(CORE_CTs) .PHONY: minimal -minimal: core $(BASE_CTs) +minimal: core $(MINIMAL_CTs) .PHONY: dev