Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-20 19:00:22 +03:00
parent 27338f3a9d
commit 9737e1fb2b
3 changed files with 13 additions and 1 deletions

View File

@ -557,7 +557,7 @@ buildAssets(){
local PCT_TEMPLATE_PATTERNS=($(makePCTTemplateSEDPatterns "$@")) local PCT_TEMPLATE_PATTERNS=($(makePCTTemplateSEDPatterns "$@"))
# assets... # assets...
cp -R "${assets_dir}"/* "${staging_dir}" cp -R "${assets_dir}" "${staging_dir}"
# template dir... # template dir...
local TEMPLATES=($(find "$template_dir" -type f)) local TEMPLATES=($(find "$template_dir" -type f))
for file in "${TEMPLATES[@]}" ; do for file in "${TEMPLATES[@]}" ; do

View File

@ -103,6 +103,12 @@ all: minimal $(APP_CTs)
#----------------------------------------------------------------------
.PHONY: clean
clean:
-rm -rf */staging
#---------------------------------------------------------------------- #----------------------------------------------------------------------

View File

@ -111,5 +111,11 @@ sudo make all
``` ```
## Post-setup
XXX test conections
XXX change proxmox ip/network