diff --git a/trb.sh b/trb.sh index 497966a..c1b42de 100755 --- a/trb.sh +++ b/trb.sh @@ -20,7 +20,8 @@ zenity --question --text "Do you want to trim?" if [[ $? == 1 ]];then exit else - + notify-send "Trimming..." + echo "Trimming..." results=$(${su_prompt} /sbin/fstrim -va) notify-send "${results}" echo "${results}"