From c970813446a1c2c3a5116c87abe686c33ef65912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= Date: Wed, 19 Aug 2020 11:44:11 -0400 Subject: [PATCH] change .sh call from /usr/lib to /usr/libexec --- lubuntu-upg-notifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lubuntu-upg-notifier.sh b/lubuntu-upg-notifier.sh index 733904d..62b7fa9 100755 --- a/lubuntu-upg-notifier.sh +++ b/lubuntu-upg-notifier.sh @@ -32,6 +32,6 @@ while true; j=`expr $j + 1` done 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 done;