You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the option/User/setup.sh file it currently uses the test [ $? -gt 2 ] to determine whether to try and add the user to additional groups. I think probably the intended test is [ $# -ge 2 ] (or [ $# -gt 1 ] if you like).
The text was updated successfully, but these errors were encountered:
In the
option/User/setup.sh
file it currently uses the test[ $? -gt 2 ]
to determine whether to try and add the user to additional groups. I think probably the intended test is[ $# -ge 2 ]
(or[ $# -gt 1 ]
if you like).The text was updated successfully, but these errors were encountered: