Improve remove_tar
This commit is contained in:
parent
ab92684ffa
commit
5250f19cca
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -865,7 +865,7 @@ deploy () {
|
|||
# Remove tarball if configured to remove
|
||||
if [[ $remove_tar_after_deployment -eq 1 ]]; then
|
||||
printf '\e[1;34m-->\e[0m\e[1m Removing tarball from cache\e[0m\n'
|
||||
rm $arkdep_dir/cache/${data[0]}.tar.${data[1]}
|
||||
rm $arkdep_dir/cache/${data[0]}.tar.*
|
||||
fi
|
||||
|
||||
# Remove entries outside of keep
|
||||
|
|
Loading…
Add table
Reference in a new issue