Update index.py

pull/5/head
midoks 5 years ago
parent 63cb8f0e84
commit 0bc8f670f5
  1. 2
      plugins/v2ray/index.py

@ -102,7 +102,7 @@ def reload():
def getPathFile():
if mw.isAppleSystem():
return getServerDir() + '/config.json'
return '/etc/v2ray/config.json'
return '/usr/local/etc/v2ray/config.json'
def getInitDFile():

Loading…
Cancel
Save