From fda7d465b7f174791bb2e7d3ce1956cd126e88a5 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 25 Jun 2019 10:39:40 +0200 Subject: [PATCH] Fixed bug --- notify.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notify.sh b/notify.sh index f7cb4b6..168ca58 100755 --- a/notify.sh +++ b/notify.sh @@ -10,6 +10,5 @@ INFO=`curl -Ls https://www.kernel.org/ | perl -lne 'BEGIN{$/=""} print "$1 $2" i LASTVERSION=`echo ${INFO} | cut -d' ' -f 2` if [ ${CURRENT} != ${LASTVERSION} ] ; then - PAT - notify-send -i ${ICON} "Kernel update" "Need version available (${LASTVERSION})" + notify-send -i ${ICON} "Kernel update" "Need version available (${LASTVERSION})" fi