Update index.py

pull/109/head
midoks 3 years ago
parent 41389bb1bc
commit a642784ef2
  1. 2
      plugins/csvn/index.py

@ -94,7 +94,7 @@ def csvnOp(method):
def start():
if not os.path.exists("/etc/init.d/csvn"):
return "先在自启动安装"
return "先在自启动安装!"
return csvnOp('start')

Loading…
Cancel
Save