trb.sh: su_prompt finally works properly

This commit is contained in:
mollusk 2017-08-04 22:18:56 -07:00
parent 7760daf87c
commit 06c967182c

2
trb.sh
View File

@ -21,7 +21,7 @@ if [[ $? == 1 ]];then
exit exit
else else
results=$($su_prompt "/sbin/fstrim -va") results=$(${su_prompt} /sbin/fstrim -va)
notify-send "${results}" notify-send "${results}"
echo "${results}" echo "${results}"