Update index.py

pull/5/head
Mr Chen 7 years ago
parent 7ef8322731
commit 389d87c2b5
  1. 2
      plugins/rsyncd/index.py

@ -154,7 +154,7 @@ def initdInstall():
if public.isAppleSystem():
return "Apple Computer does not support"
data = public.execShell('systemctl enable rsyncd.service')
if data[0] == '':
if data[0] != '':
return 'fail'
return 'ok'

Loading…
Cancel
Save