From 611c5d8812497e6bba7e7993a69ddd5f5fe2ac45 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 2 Feb 2010 00:39:49 +0000 Subject: [PATCH] $RANDOM needs bash, /bin/sh is dash on the bsds Signed-off-by: Stephen Gran --- dsa-nagios-checks/sbin/dsa-update-apt-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsa-nagios-checks/sbin/dsa-update-apt-status b/dsa-nagios-checks/sbin/dsa-update-apt-status index 2c6347f..f8eab97 100755 --- a/dsa-nagios-checks/sbin/dsa-update-apt-status +++ b/dsa-nagios-checks/sbin/dsa-update-apt-status @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash UPDATE_RUNS=3 STATUS=/var/cache/dsa/nagios/apt -- 2.20.1