diff --git a/core/tabs/system-setup/system-cleanup.sh b/core/tabs/system-setup/system-cleanup.sh index 70cfd5b6f..f7a1dcd92 100755 --- a/core/tabs/system-setup/system-cleanup.sh +++ b/core/tabs/system-setup/system-cleanup.sh @@ -58,7 +58,7 @@ clean_data() { find "$HOME/.cache/" -type f -atime +5 -delete fi if [ -d "$HOME/.local/share/Trash" ]; then - find "$HOME/.local/share/Trash" -mindepth 1 -delete + "$ESCALATION_TOOL" find "$HOME/.local/share/Trash" -mindepth 1 -delete fi printf "%b\n" "${GREEN}Cache and trash cleanup completed.${RC}" ;;