Update index.py
This commit is contained in:
parent
495cdfeb7c
commit
1c471abd09
|
|
@ -245,7 +245,7 @@ def status(version=''):
|
|||
|
||||
|
||||
def pgCmd(cmd):
|
||||
return = "su - postgres -c \"" + cmd + "\""
|
||||
return "su - postgres -c \"" + cmd + "\""
|
||||
|
||||
|
||||
def pGetDbUser():
|
||||
|
|
|
|||
Loading…
Reference in New Issue