[Blends-commit] [SCM] website branch, master, updated. a4b612f447fd6fe7f8700e435b2db9c0984c5df4
Andreas Tille
tille at debian.org
Fri Feb 5 10:05:56 UTC 2016
The following commit has been merged in the master branch:
commit a4b612f447fd6fe7f8700e435b2db9c0984c5df4
Author: Andreas Tille <tille at debian.org>
Date: Fri Feb 5 11:05:45 2016 +0100
Fix check about local UDD
diff --git a/misc/sql/edam.sh b/misc/sql/edam.sh
index 4d03a9d..c3e24d0 100755
--- a/misc/sql/edam.sh
+++ b/misc/sql/edam.sh
@@ -12,7 +12,7 @@ if psql $PORT -l 2>/dev/null | grep -qw udd ; then
fi
# Check UDD connection
-if ! psql service=udd -c "" 2>/dev/null ; then
+if ! psql $PORT $SERVICE -c "" 2>/dev/null ; then
echo "No local UDD found, use publich mirror."
PORT="--port=5432"
export PGPASSWORD="public-udd-mirror"
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list