summaryrefslogtreecommitdiffstats
path: root/.scripts/cron
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/cron')
-rwxr-xr-x.scripts/cron/checkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/cron/checkup b/.scripts/cron/checkup
index 016ee90..770c349 100755
--- a/.scripts/cron/checkup
+++ b/.scripts/cron/checkup
@@ -10,7 +10,7 @@ sudo pacman -Syyuw --noconfirm || notify-send "Error downloading updates.
Check your internet connection, if pacman is already running, or run update manually to see errors."
pkill -RTMIN+8 i3blocks
-if pacman -Qu | grep -v "[ignored]"
+if pacman -Qu | grep -v "\[ignored\]"
then
notify-send -i "$PIX/larbs.gif" "Package updates available. Click statusbar icon (📦) for update."
else