From e6ba919502e7ae607583b2c57d940e8edfec7ad0 Mon Sep 17 00:00:00 2001 From: mollusk Date: Sat, 26 Jan 2019 08:53:41 -0700 Subject: [PATCH] void-updater.sh: correct broken line format Former-commit-id: 4b10e2ed30dce571b2c170e805aa106716e4f39e Former-commit-id: 320e6a7c93e7d780c75b3b52628fcb3be3e157ad --- void-updater.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/void-updater.sh b/void-updater.sh index 1daa81b..ad7dbc1 100755 --- a/void-updater.sh +++ b/void-updater.sh @@ -6,8 +6,7 @@ while true;do if [ $n -gt 0 ];then - #zenity --info --title="Update Notifier - (${n})" ---text="There are currently ${n} system updates available!" + #zenity --info --title="Update Notifier - (${n})" --text="There are currently ${n} system updates available!" notify-send "There are ${n} system updates available" echo "There are currently "${n}" updates available!"