Skip to content

Commit

Permalink
not debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dmd committed Sep 27, 2023
1 parent eef0e83 commit 6677855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-user-add
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "Mail: $mail"
echo If these are incorrect, control-c now. Otherwise, hit return.
read

echo /cm/local/apps/cmd/bin/cmsh -c "user; add ${U}; set loginshell /bin/tcsh; set email $mail ; set surname $MGBID ; set commonname \"$displayName\" ; set password; commit;"
/cm/local/apps/cmd/bin/cmsh -c "user; add ${U}; set loginshell /bin/tcsh; set email $mail ; set surname $MGBID ; set commonname \"$displayName\" ; set password; commit;"

chown -R $U:$U /home/$U

Expand Down

0 comments on commit 6677855

Please sign in to comment.