change sleep time for notifier from 1 hour to 24 hours

ubuntu/groovy
Hans P. Möller 5 years ago
parent c7678e84b0
commit 8528eff621

@ -19,7 +19,6 @@
while true; while true;
do do
OUT=`/usr/lib/update-notifier/apt-check 2>&1` OUT=`/usr/lib/update-notifier/apt-check 2>&1`
#echo $OUT
oldIFS=$IFS oldIFS=$IFS
IFS=';' IFS=';'
j=0 j=0
@ -34,5 +33,5 @@ while true;
done done
IFS=$oldIFS IFS=$oldIFS
/usr/lib/lubuntu-update-notifier/lubuntu-notifier.py -u $UPG -s $SEC -p /usr/bin/lubuntu-upgrader /usr/lib/lubuntu-update-notifier/lubuntu-notifier.py -u $UPG -s $SEC -p /usr/bin/lubuntu-upgrader
sleep 3600 sleep 86400
done; done;

Loading…
Cancel
Save