From 89e6439c183324646755387f0c7425cb9ae197c0 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Tue, 23 Oct 2007 09:39:16 +0000 Subject: [PATCH] r2: --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index 2c5064c..b7412a0 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,6 +3,7 @@ set -e [ "$1" = "configure" ] || exit 0 +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx hostname=`hostname -f` cron="/etc/cron.d/amavis-stats" -- 1.7.10.4