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