Update index.py

pull/267/head
midoks 3 years ago
parent 495cdfeb7c
commit 1c471abd09
  1. 2
      plugins/postgresql/index.py

@ -245,7 +245,7 @@ def status(version=''):
def pgCmd(cmd):
return = "su - postgres -c \"" + cmd + "\""
return "su - postgres -c \"" + cmd + "\""
def pGetDbUser():

Loading…
Cancel
Save