From e989e4a50313c6f9a09d71c274ef04353d0830f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 19 Apr 2006 12:01:37 +0000
Subject: [PATCH] different variable names

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6800 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/CMFActivity/zope_tic_loop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/CMFActivity/zope_tic_loop b/product/CMFActivity/zope_tic_loop
index 796ab7f01c..11db318eb4 100755
--- a/product/CMFActivity/zope_tic_loop
+++ b/product/CMFActivity/zope_tic_loop
@@ -8,7 +8,7 @@
 # Make sure this user exists in the portal, and has Member role
 [ -z $AUTH ] && AUTH=zope:zope
 [ -z $PORT ] && PORT=9080
-[ -z $SITE ] && ZOPE_TIC_LOOP_SITE=erp5
+[ -z $SITE ] && SITE=erp5
 
 [ -z $TMP ] && TMP=/tmp
 
-- 
2.30.9