Update index.py

pull/156/head
midoks 3 years ago
parent 57b83e654b
commit 24ca8cfde3
  1. 2
      plugins/postgresql/index.py

@ -221,7 +221,7 @@ def initDreplace(version=''):
mw.execShell('systemctl daemon-reload')
if not mw.isAppleSystem():
mw.execShell('chown -R postgresql:postgresql ' + getServerDir())
mw.execShell('chown -R postgres:postgres ' + getServerDir())
initd_path = getServerDir() + '/init.d'
if not os.path.exists(initd_path):

Loading…
Cancel
Save