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;
|
||||
do
|
||||
OUT=`/usr/lib/update-notifier/apt-check 2>&1`
|
||||
#echo $OUT
|
||||
oldIFS=$IFS
|
||||
IFS=';'
|
||||
j=0
|
||||
@ -34,5 +33,5 @@ while true;
|
||||
done
|
||||
IFS=$oldIFS
|
||||
/usr/lib/lubuntu-update-notifier/lubuntu-notifier.py -u $UPG -s $SEC -p /usr/bin/lubuntu-upgrader
|
||||
sleep 3600
|
||||
sleep 86400
|
||||
done;
|
||||
|
Loading…
x
Reference in New Issue
Block a user