diff --git a/.pct-helpers b/.pct-helpers index 27b0e8e..08663b6 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -557,7 +557,7 @@ buildAssets(){ local PCT_TEMPLATE_PATTERNS=($(makePCTTemplateSEDPatterns "$@")) # assets... - cp -R "${assets_dir}"/* "${staging_dir}" + cp -R "${assets_dir}" "${staging_dir}" # template dir... local TEMPLATES=($(find "$template_dir" -type f)) for file in "${TEMPLATES[@]}" ; do diff --git a/Makefile b/Makefile index 81eed8b..a04056b 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,12 @@ all: minimal $(APP_CTs) +#---------------------------------------------------------------------- + +.PHONY: clean +clean: + -rm -rf */staging + #---------------------------------------------------------------------- diff --git a/README.md b/README.md index d097d8b..2335e30 100644 --- a/README.md +++ b/README.md @@ -111,5 +111,11 @@ sudo make all ``` +## Post-setup + +XXX test conections +XXX change proxmox ip/network + +