diff --git a/src/glacier b/src/glacier index e7fb27b..97c5e79 100755 --- a/src/glacier +++ b/src/glacier @@ -100,7 +100,7 @@ installpkg_from_cache() { clear_cache() { printf "$blue[ i ]$reset Clearing cache...\n" sleep 1 - cd /var/cache/glacier && rm -rf * + cd /var/cache/glacier && rm -rvf * if [ "$?" != "0" ]; then printf "$red[ $error ]$reset Some items could not be cleared.\n" exit 1