Update index.py

pull/109/head
Mr Chen 6 years ago
parent 6435bb9be1
commit 3cc059e6a9
  1. 5
      plugins/rsyncd/index.py

@ -147,9 +147,8 @@ def initdStatus():
data = public.execShell('systemctl status rsyncd.service | grep enabled')
if data[0] == '':
return 'ok'
return 'fail'
return 'fail'
return 'ok'
def initdInstall():
if public.isAppleSystem():

Loading…
Cancel
Save