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(){ pctSet(){
[ "$2" ] \ [ "$2" ] \
&& @ pct set $1 \ && @ pct set $1 \
${2} \ ${2}
[ "$3" ] \ [ "$3" ] \
&& @ pct reboot $1 && @ pct reboot $1
} }

View File

@ -84,11 +84,11 @@ gate: gate-traefik
.PHONY: core .PHONY: core
core: config $CORE_CTs) core: config $(CORE_CTs)
.PHONY: minimal .PHONY: minimal
minimal: core $(BASE_CTs) minimal: core $(MINIMAL_CTs)
.PHONY: dev .PHONY: dev