Skip to content
Snippets Groups Projects

Feat cod rmq bug fixes

Closed Ravi Tripathi requested to merge github/fork/eesaanatluri/feat-cod-rmq into feat-cod-rmq
3 files
+ 14
25
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -31,7 +31,7 @@ def create_account(msg):
try:
# Bright command to create user
cmd = '/cm/local/apps/cmd/bin/cmsh -c '
cmd += f'"user; add {username}; set userid {uid}; set email {email}; set commonname \\"{fullname}\\"; '
cmd += f'"user; add {username}; set id {uid}; set email {email}; set commonname \\"{fullname}\\"; '
cmd += 'commit;"'
if not args.dry_run:
Loading