acme.sh: add missing \$ for var

This commit is contained in:
Alin Mr 2022-12-31 07:17:49 +02:00
parent a2ae412289
commit fcd7aadfd4

View File

@ -7068,7 +7068,7 @@ _processAccountConf() {
} }
_checkSudo() { _checkSudo() {
if [ -z "__INTERACTIVE" ]; then if [ -z "$__INTERACTIVE" ]; then
#don't check if it's not in an interactive shell #don't check if it's not in an interactive shell
return 0 return 0
fi fi