From: Joerg Jaspert Date: Mon, 9 Mar 2009 17:33:59 +0000 (+0100) Subject: dak-dev X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=38ef2249fc2f525dd706c4742b003ce056702aef;hp=-c;p=dak.git dak-dev dont cat the current db dump Signed-off-by: Joerg Jaspert --- 38ef2249fc2f525dd706c4742b003ce056702aef 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