diff --git a/plugins/swap/index.py b/plugins/swap/index.py index cae3993b9..c3b39759c 100755 --- a/plugins/swap/index.py +++ b/plugins/swap/index.py @@ -117,7 +117,7 @@ def swapOp(method): return 'ok' return 'fail' - data = mw.execShell(file + ' start') + data = mw.execShell(file + ' ' + method) if data[1] == '': return 'ok' return 'fail'