Update index.py

pull/109/head
Mr Chen 6 years ago
parent 08a0893eb7
commit dd5195de37
  1. 1
      plugins/samba/index.py

@ -64,6 +64,7 @@ def status():
def start(): def start():
if public.isAppleSystem(): if public.isAppleSystem():
return "Apple Computer does not support" return "Apple Computer does not support"
data = public.execShell('systemctl start smb') data = public.execShell('systemctl start smb')
if data[1] == '': if data[1] == '':
return 'ok' return 'ok'

Loading…
Cancel
Save