mirror of
https://gitlab.com/manzerbredes/clusterman.git
synced 2025-04-06 03:56:27 +02:00
Minor changes
This commit is contained in:
parent
51f6897ef8
commit
b69e0a12c1
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ def main():
|
||||||
node.ls()
|
node.ls()
|
||||||
elif args.command == "exec":
|
elif args.command == "exec":
|
||||||
use_key=not args.login
|
use_key=not args.login
|
||||||
|
exit(0)
|
||||||
if args.group:
|
if args.group:
|
||||||
node.exec(args.cmd,args.group,use_key)
|
node.exec(args.cmd,args.group,use_key)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue