Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 1, 2024
1 parent 020354f commit 30454e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/pgadmin/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def start():

pgOp('start')

cleanNginxLog()

return 'ok'


Expand All @@ -256,12 +256,14 @@ def stop():


def restart():
cleanNginxLog()
state = pgOp('restart')
mw.restartWeb()
return state


def reload():
cleanNginxLog()
return pgOp('reload')

def getPgOption():
Expand Down

0 comments on commit 30454e3

Please sign in to comment.