From 5b6921491f30c3fea5ffebaef3216fb86a85d4e5 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 18 Oct 2007 00:34:59 +0200 Subject: [PATCH] 050checkinst: Actually include config.sh Otherwise trying to send email to $admin_email which is defined there proves to be difficult. --- cron.d/050checkinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cron.d/050checkinst b/cron.d/050checkinst index 7a5b6c6..9dc6689 100755 --- a/cron.d/050checkinst +++ b/cron.d/050checkinst @@ -1,5 +1,7 @@ #! /bin/sh +. `dirname $0`/../config.sh + # Test whether all required packages are installed and generate a mail # if they aren't, so that the admin is informed. -- 2.39.2