Browse Source

acme.sh: add missing \$ for var

pull/4455/head
Alin Mr 3 years ago
parent
commit
fcd7aadfd4
  1. 2
      acme.sh

2
acme.sh

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

Loading…
Cancel
Save