forked from ungleich-public/cdist
__cdist_echo++
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
e3f27f1794
commit
290915ee64
2 changed files with 4 additions and 4 deletions
|
|
@ -32,6 +32,6 @@ __cdist_ddir="$(__cdist_host_cache_dir "$__cdist_target_host")"
|
|||
# Create base to move into
|
||||
mkdir -p "$(__cdist_cache_dir)"
|
||||
|
||||
echo "Saving cache to $__cdist_ddir ..."
|
||||
__cdist_echo info "Saving cache to $__cdist_ddir ..."
|
||||
rm -rf "$__cdist_ddir"
|
||||
mv "$__cdist_local_base_dir" "$__cdist_ddir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue