minor changes
This commit is contained in:
parent
f6fce7323d
commit
de2725a475
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user