Remove cache directory after completion
This commit is contained in:
parent
44ad9a1028
commit
4a2c9d359b
1 changed files with 1 additions and 0 deletions
1
uoeia
1
uoeia
|
@ -40,6 +40,7 @@ die() {
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
rm -f -- "$cache_dir"/*
|
rm -f -- "$cache_dir"/*
|
||||||
|
rm -r -- "$cache_dir"
|
||||||
}
|
}
|
||||||
|
|
||||||
from_local() {
|
from_local() {
|
||||||
|
|
Loading…
Reference in a new issue