mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +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 "$@"))
|
||||
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user