forked from ungleich-public/cdist
create top level hierarchy on mv and move to object to one dir higher
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5985fafe86
commit
30a3514dfe
1 changed files with 4 additions and 1 deletions
|
@ -93,8 +93,11 @@ while [ "$__cdist_new_objects_created" = "y" ]; do
|
|||
# Source of the new object
|
||||
__cdist_new_object_dir="${__cdist_new_objects_dir}/$__cdist_new_object"
|
||||
|
||||
# Create top directory
|
||||
__cdist_new_object_top_dir=${__cdist_new_object_dir%/*}
|
||||
|
||||
# Move object, not only parts
|
||||
mv "${__cdist_new_object_dir}/" "$__cdist_object_dir"
|
||||
mv "${__cdist_new_object_dir}/" "$__cdist_object_top_dir"
|
||||
done < "$__cdist_new_objects_list"
|
||||
|
||||
# Remove listing and objects, otherwise the next type will reuse it...
|
||||
|
|
Loading…
Reference in a new issue