mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9737e1fb2b
commit
820421a9da
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user