Minor bug fixes in cleanup

This commit is contained in:
lw-everestlinux 2022-11-04 14:03:31 -04:00
parent 64e58daf40
commit 96a1c55008

View File

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