aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2006-08-28 06:48:02 +0000
committerPetter Reinholdtsen <pere@hungry.com>2006-08-28 06:48:02 +0000
commitd1ea6ae6ae66495873eb22392e5fdb8ade47fdb5 (patch)
treec87bd8cce71989e51c38fb60b74606eae00be62f
parente803d63fbad206384bc71c7ef76b55fab335d1e1 (diff)
downloadsitesummary-d1ea6ae6ae66495873eb22392e5fdb8ade47fdb5.tar.gz
sitesummary-d1ea6ae6ae66495873eb22392e5fdb8ade47fdb5.tar.bz2
sitesummary-d1ea6ae6ae66495873eb22392e5fdb8ade47fdb5.tar.xz
Typo.
-rw-r--r--debian/sitesummary-client.postinst2
1 files changed, 1 insertions, 1 deletions
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