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
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
Steps to reproduce
In the current master version ,
_checkSudo()
interactivity check doesn't work.acme.sh/acme.sh
Line 7142 in d81fc15
That line always evaluates as false.
The fix is to add the missing dollar sign and actually check the variable has been set like the following:
Debug log
I believe the bug was introduced in this commit: 14b5914
The text was updated successfully, but these errors were encountered: