Update index.py
This commit is contained in:
parent
57b83e654b
commit
24ca8cfde3
|
|
@ -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…
Reference in New Issue