From: Frank Lichtenheld Date: Wed, 17 Oct 2007 22:34:59 +0000 (+0200) Subject: 050checkinst: Actually include config.sh X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=5b6921491f30c3fea5ffebaef3216fb86a85d4e5 050checkinst: Actually include config.sh Otherwise trying to send email to $admin_email which is defined there proves to be difficult. --- 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.