1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-24 22:55:42 +00:00

minor, fix dns param

This commit is contained in:
neilpang
2017-07-29 15:23:31 +08:00
parent a6a0495392
commit a5c56c547d
+1 -1
View File
@@ -5440,7 +5440,7 @@ _process() {
;; ;;
--dns) --dns)
wvalue="dns" wvalue="dns"
if ! _startswith "$2" "-"; then if [ "$2" ] && ! _startswith "$2" "-"; then
wvalue="$2" wvalue="$2"
shift shift
fi fi