Minor changes

This commit is contained in:
Loïc Guégan 2023-11-21 10:04:14 +01:00
parent 51f6897ef8
commit b69e0a12c1

View file

@ -61,6 +61,7 @@ def main():
node.ls()
elif args.command == "exec":
use_key=not args.login
exit(0)
if args.group:
node.exec(args.cmd,args.group,use_key)
else: