Merge branch 'master' of github.com:flynx/proxmox-utils

This commit is contained in:
Alex A. Naanou 2024-01-19 02:51:18 +03:00
commit 153e0a9c82
2 changed files with 3 additions and 3 deletions

View File

@ -660,7 +660,7 @@ pctUpdateTurnkey(){
pctSet(){
[ "$2" ] \
&& @ pct set $1 \
${2} \
${2}
[ "$3" ] \
&& @ pct reboot $1
}

View File

@ -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