Browse Source

minor, fix dns param

cron
neilpang 8 years ago
parent
commit
a5c56c547d
  1. 2
      acme.sh

2
acme.sh

@ -5440,7 +5440,7 @@ _process() {
;;
--dns)
wvalue="dns"
if ! _startswith "$2" "-"; then
if [ "$2" ] && ! _startswith "$2" "-"; then
wvalue="$2"
shift
fi

Loading…
Cancel
Save