From 96d039439a3ad00c4aee900f89982dcab4ac6391 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Aug 09 2012 19:23:43 +0000 Subject: changed p_postgresql/1-config-postgresql.sh: pending resolve of issue 5884 the chmod command is removed --- diff --git a/tests/p_postgresql/1-config-postgresql.sh b/tests/p_postgresql/1-config-postgresql.sh index 4603fee..4ec9322 100755 --- a/tests/p_postgresql/1-config-postgresql.sh +++ b/tests/p_postgresql/1-config-postgresql.sh @@ -1,6 +1,5 @@ #!/bin/bash # Author: Athmane Madjoudj -# Christoph Galuschka t_Log "Running $0 - initializing and starting PostgreSQL" @@ -11,7 +10,6 @@ then t_ServiceControl postgresql start sleep 15 else - chmod 644 /etc/nsswitch.conf t_ServiceControl postgresql start sleep 15 fi