Update index.py

pull/109/head
midoks 7 years ago
parent 0fede2f2df
commit cff0a212f2
  1. 2
      plugins/memcached/index.py

@ -56,7 +56,7 @@ def status():
def initDreplace(): def initDreplace():
file_tpl = getConf() file_tpl = getConf()
service_path = os.path.dirname(os.getcwd()) service_path = public.getServerDir()
initD_path = getServerDir() + '/init.d' initD_path = getServerDir() + '/init.d'
if not os.path.exists(initD_path): if not os.path.exists(initD_path):

Loading…
Cancel
Save