From 06c967182cb7eaaf2f1102e8aa6a21be8f17b63a Mon Sep 17 00:00:00 2001 From: mollusk Date: Fri, 4 Aug 2017 22:18:56 -0700 Subject: [PATCH] trb.sh: su_prompt finally works properly --- trb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trb.sh b/trb.sh index 0c542f0..497966a 100755 --- a/trb.sh +++ b/trb.sh @@ -21,7 +21,7 @@ if [[ $? == 1 ]];then exit else - results=$($su_prompt "/sbin/fstrim -va") + results=$(${su_prompt} /sbin/fstrim -va) notify-send "${results}" echo "${results}"