fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17494] typo


From: sigurdne
Subject: [Fmsystem-commits] [17494] typo
Date: Thu, 4 Jan 2018 05:07:31 -0500 (EST)

Revision: 17494
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17494
Author:   sigurdne
Date:     2018-01-04 05:07:31 -0500 (Thu, 04 Jan 2018)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/phpgwapi/doc/Vagrantfile

Modified: trunk/phpgwapi/doc/Vagrantfile
===================================================================
--- trunk/phpgwapi/doc/Vagrantfile      2018-01-04 09:23:34 UTC (rev 17493)
+++ trunk/phpgwapi/doc/Vagrantfile      2018-01-04 10:07:31 UTC (rev 17494)
@@ -133,11 +133,11 @@
 
     # fix permissions
     echo "-------------------- fixing listen_addresses on postgresql.conf"
-    sudo sed -i "s/#listen_address.*/listen_addresses '*'/" 
/etc/postgresql/9,5/main/postgresql.conf
+    sudo sed -i "s/#listen_address.*/listen_addresses '*'/" 
/etc/postgresql/9.5/main/postgresql.conf
     echo "-------------------- fixing postgres pg_hba.conf file"
     # replace the ipv4 host line with the above line
   
-    sudo cat >> /etc/postgresql/9,5/main/pg_hba.conf <<EOF
+    sudo cat >> /etc/postgresql/9.5/main/pg_hba.conf <<EOF
     # Accept all IPv4 connections - FOR DEVELOPMENT ONLY!!!
     host    all         all         0.0.0.0/0             md5
 EOF




reply via email to

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