Minor bug fixes

This commit is contained in:
lw-everestlinux 2022-11-04 14:08:55 -04:00
parent 657cbd5e78
commit 0c342167f8

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.* $2
}
post_hooks () {