diff --git a/debian/changelog b/debian/changelog index cc98b8e..1556b68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ patroni (1.5.4-8) UNRELEASED; urgency=medium - * + [ Michael Banck ] + * debian/pg_createconfig_patroni: Remove debugging output and fix premature + exit. -- Debian PostgreSQL Maintainers Thu, 07 Feb 2019 18:13:20 +0100 diff --git a/debian/pg_createconfig_patroni b/debian/pg_createconfig_patroni index 2b73a81..93c2061 100755 --- a/debian/pg_createconfig_patroni +++ b/debian/pg_createconfig_patroni @@ -50,9 +50,6 @@ else CLUSTER=$2 fi -echo "Version: $VERSION, Cluster: $CLUSTER" -exit 0 - if [ -z "$PORT" ]; then # try to guess next free port PORT=$(($(pg_lsclusters | awk '{print $3}' | grep -v Port | sort -n | tail -1) + 1))