From 59311c149b0969d85cc8073232cd767d75fd3d33 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 1 Nov 2007 17:45:52 +0000 Subject: [PATCH] security add testing as defaut domain --- scripts/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index 78f9737e4..414f1d727 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -1,6 +1,6 @@ #!/bin/bash -xv # clean all phpcompta related DB. -DOMAIN="" +DOMAIN="testing" export PGPASSWORD="dany" export PGUSER="phpcompta" export PGHOST=localhost