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
When I type the wrong password, I have to run the command again which is rather inconvenient. I would like for an option to be able to ask again for the password upon failure.
As a workaround, I can do this:
doas || doas
That will ask for the password only one more time. I don't want to add a million exit codes.
The text was updated successfully, but these errors were encountered:
When I type the wrong password, I have to run the command again which is rather inconvenient. I would like for an option to be able to ask again for the password upon failure.
As a workaround, I can do this:
doas || doas
That will ask for the password only one more time. I don't want to add a million exit codes.
The text was updated successfully, but these errors were encountered: