Update index.py

pull/267/head
midoks 3 years ago
parent 1d66f9c355
commit 0ab8800813
  1. 2
      plugins/postgresql/index.py

@ -124,7 +124,7 @@ def getDbPort():
def getSocketFile():
sock_name = 's.PGSQL.' + getDbPort()
sock_name = '.s.PGSQL.' + getDbPort()
sock_tmp = '/tmp/' + sock_name
if os.path.exists(sock_tmp):
return sock_tmp

Loading…
Cancel
Save