mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f1f6075328
commit
f1ef650bd5
@ -55,7 +55,7 @@ for dir in "${dirs[@]}" ; do
|
||||
lxc-attach $id -- mkdir -p "${to}/${dir}"
|
||||
done
|
||||
|
||||
local files=($(find "$from" -type f))
|
||||
files=($(find "$from" -type f))
|
||||
for file in "${files[@]}" ; do
|
||||
file=${file#${from}}
|
||||
f=$(normpath "${from}/${file}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user