From 1c471abd09ffc256f8a8da86281e9dea15c42f5d Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 22 Nov 2022 00:35:27 +0800 Subject: [PATCH] Update index.py --- plugins/postgresql/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/postgresql/index.py b/plugins/postgresql/index.py index ac04c53b9..32dbe6cf1 100755 --- a/plugins/postgresql/index.py +++ b/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():