From 38ef2249fc2f525dd706c4742b003ce056702aef Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 9 Mar 2009 18:33:59 +0100 Subject: [PATCH] dak-dev dont cat the current db dump Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 708f49bb..433b1ed5 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -87,7 +87,7 @@ function pgdakdev() { echo "drop database projectb" | psql -p 5433 template1 cat currentall | psql -p 5433 template1 createdb -p 5433 -T template0 projectb - fgrep -v '\connect' `cat current` | psql -p 5433 projectb + fgrep -v '\connect' current | psql -p 5433 projectb } # Updating various files -- 2.39.2