|
|
@ -82,6 +82,7 @@ def start(): |
|
|
|
return "Apple Computer does not support" |
|
|
|
return "Apple Computer does not support" |
|
|
|
|
|
|
|
|
|
|
|
data = mw.execShell('service ss5 start') |
|
|
|
data = mw.execShell('service ss5 start') |
|
|
|
|
|
|
|
print(data) |
|
|
|
if data[0] == '': |
|
|
|
if data[0] == '': |
|
|
|
return 'ok' |
|
|
|
return 'ok' |
|
|
|
return data[1] |
|
|
|
return data[1] |
|
|
|