From d1ea6ae6ae66495873eb22392e5fdb8ade47fdb5 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 28 Aug 2006 06:48:02 +0000 Subject: Typo. --- debian/sitesummary-client.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/sitesummary-client.postinst b/debian/sitesummary-client.postinst index b334505..02e505c 100644 --- a/debian/sitesummary-client.postinst +++ b/debian/sitesummary-client.postinst @@ -50,7 +50,7 @@ db_get sitesummary-client/sitegroup SITEGROUP="$RET" # Only replace the sitegroup file if the content changed if [ -f /etc/sitesummary/sitegroup ] ; then - OLDSITE=`cat /etc/sitesummary/sitegroup` + OLDSITEGROUP=`cat /etc/sitesummary/sitegroup` if [ "$SITEGROUP" != "$OLDSITEGROUP" ] ; then echo "$SITEGROUP" > /etc/sitesummary/sitegroup fi -- cgit v1.2.3