Changeset 3505 for pykota/trunk

Show
Ignore:
Timestamp:
09/28/09 23:16:44 (15 years ago)
Author:
jerome
Message:

Added missing double quotes. Fixes #46.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pksetup

    r3493 r3505  
    311311                pgconffile = pgconffiles[i] 
    312312                if (len(pgconfdirs) == 1) or self.yesno("Do PostgreSQL configuration files reside in %(pgconfdir)s" % locals()) : 
    313                     answer = self.confirmPipe("to see if PostgreSQL accepts TCP/IP connections", 'egrep \\"^tcpip_socket|^listen_addresses\\" %(pgconffile)s' % locals()) 
     313                    answer = self.confirmPipe("to see if PostgreSQL accepts TCP/IP connections", 'egrep "\\"^tcpip_socket|^listen_addresses\\"" %(pgconffile)s' % locals()) 
    314314                    conflines = pghbaconf.split("\n") 
    315315                    if answer is not False :