Fixed bug

This commit is contained in:
dbroqua 2019-06-25 10:39:40 +02:00
parent aa67e02c67
commit fda7d465b7

View File

@ -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