change sleep time for notifier from 1 hour to 24 hours
This commit is contained in:
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…
x
Reference in New Issue
Block a user