diff --git a/.pct-helpers b/.pct-helpers index 54c78ef..28b4de9 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -660,7 +660,7 @@ pctUpdateTurnkey(){ pctSet(){ [ "$2" ] \ && @ pct set $1 \ - ${2} \ + ${2} [ "$3" ] \ && @ pct reboot $1 } diff --git a/Makefile b/Makefile index 13a0ce5..2690b0e 100644 --- a/Makefile +++ b/Makefile @@ -84,11 +84,11 @@ gate: gate-traefik .PHONY: core -core: config $CORE_CTs) +core: config $(CORE_CTs) .PHONY: minimal -minimal: core $(BASE_CTs) +minimal: core $(MINIMAL_CTs) .PHONY: dev