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 b34d1e7 commit 7d35f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/pgadmin/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ def start():

def stop():
pgOp('stop')

conf = getConf()
if os.path.exists(conf):
os.remove(conf)

delPort()
mw.restartWeb()
return 'ok'
Expand Down

0 comments on commit 7d35f9d

Please sign in to comment.