diff --git a/route/__init__.py b/route/__init__.py index 553dd2865..92d12ecdb 100755 --- a/route/__init__.py +++ b/route/__init__.py @@ -246,7 +246,8 @@ do done ''' if not public.isAppleSystem(): - print public.execShell(sh) + info = public.execShell(sh) + print info[0], info[1] def connect_ssh():