From 84a633d7983ca045d454c7982adcfdf73331c683 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Thu, 11 May 2017 11:13:33 -0500 Subject: [PATCH] removed -x argument to /bin/bash used for debugging --- comanage-registry-postgres/create-pg_hba.conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-postgres/create-pg_hba.conf.sh b/comanage-registry-postgres/create-pg_hba.conf.sh index becce71..f139871 100755 --- a/comanage-registry-postgres/create-pg_hba.conf.sh +++ b/comanage-registry-postgres/create-pg_hba.conf.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # COmanage Registry PostgreSQL pg_hba.conf creation script #