change .sh call from /usr/lib to /usr/libexec
This commit is contained in:
parent
230c5b2af4
commit
c970813446
@ -32,6 +32,6 @@ while true;
|
|||||||
j=`expr $j + 1`
|
j=`expr $j + 1`
|
||||||
done
|
done
|
||||||
IFS=$oldIFS
|
IFS=$oldIFS
|
||||||
/usr/lib/lubuntu-update-notifier/lubuntu-notifier.py -u $UPG -s $SEC -p /usr/bin/lubuntu-upgrader
|
/usr/libexec/lubuntu-update-notifier/lubuntu-notifier.py -u $UPG -s $SEC -p /usr/bin/lubuntu-upgrader
|
||||||
sleep 86400
|
sleep 86400
|
||||||
done;
|
done;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user