Minor bug fixes

This commit is contained in:
lw-everestlinux 2022-11-04 14:06:32 -04:00
parent 96a1c55008
commit 657cbd5e78

View File

@ -161,7 +161,7 @@ query() {
cleanup () {
printf "$blue[ i ]$reset Cleaning up...\n"
cd .. && rm -rf *.checksum *.tar.*
cd .. && rm -rf *.checksum *.tar.* *
}
post_hooks () {