gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 09/141: fix overwriting


From: gnunet
Subject: [taler-grid5k] 09/141: fix overwriting
Date: Thu, 18 Nov 2021 14:49:10 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 5ac124948e8efa03ae05cbe7dc9830c67ba340d8
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Oct 2 23:45:46 2021 +0200

    fix overwriting
---
 scripts/database.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/database.sh b/scripts/database.sh
index 21353bd..ab4b738 100755
--- a/scripts/database.sh
+++ b/scripts/database.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 echo "listen_addresses='*'" >> /etc/postgresql/13/main/postgresql.conf
-echo "host all all 172.16.0.0/16 trust" > /etc/postgresql/13/main/pg_hba.conf
+echo "host all all 172.16.0.0/16 trust" >> /etc/postgresql/13/main/pg_hba.conf
 
 systemctl start postgresql
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]