Update index.py

pull/109/head
midoks 3 years ago
parent cff2f4f8af
commit 50a31dbaf3
  1. 4
      plugins/supervisor/index.py

@ -79,8 +79,8 @@ def status():
def initDreplace():
confD = etServerDir() + "/conf.d"
conf = etServerDir() + "//supervisor.conf"
confD = getServerDir() + "/conf.d"
conf = getServerDir() + "/supervisor.conf"
systemDir = '/lib/systemd/system'
systemService = systemDir + '/supervisor.service'
systemServiceTpl = getPluginDir() + '/init.d/supervisor.service'

Loading…
Cancel
Save