From d4d124a5137df26847e63a22c2b2484c23abb648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=A4ferdiek?= Date: Sun, 6 Oct 2019 15:00:13 +0200 Subject: [PATCH] Use pacman-contrib absolute link for update check --- usr/local/bin/check_updates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/bin/check_updates b/usr/local/bin/check_updates index fe4e45f..fedd88d 100755 --- a/usr/local/bin/check_updates +++ b/usr/local/bin/check_updates @@ -22,8 +22,8 @@ EOF set -e; HOSTNAME=$(hostname) -UPDATES=$(checkupdates) -UPDATES_AMOUNT=$(checkupdates|wc -l) +UPDATES=$(/usr/bin/checkupdates) +UPDATES_AMOUNT=$(/usr/bin/checkupdates|wc -l) CHECK_UPDATES_MAIL_ADDRESS=""; # check for config file