mirror of https://github.com/jumpserver/jumpserver
Merge branch 'guanghongwei'
commit
67b2467bc9
|
@ -376,6 +376,8 @@ if __name__ == '__main__':
|
||||||
except EOFError:
|
except EOFError:
|
||||||
print
|
print
|
||||||
continue
|
continue
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
sys.exit(0)
|
||||||
if option in ['P', 'p']:
|
if option in ['P', 'p']:
|
||||||
print_user_host(LOGIN_NAME)
|
print_user_host(LOGIN_NAME)
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue