Update index.py

This commit is contained in:
midoks 2022-11-22 00:35:27 +08:00
parent 495cdfeb7c
commit 1c471abd09
1 changed files with 1 additions and 1 deletions

View File

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