Browse Source

fix https://github.com/Neilpang/acme.sh/issues/304

neil 8 years ago
parent
commit
30bfc2cea7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -3755,7 +3755,7 @@ _process() {
         fi
         fi
         ;;
         ;;
     --log-level)
     --log-level)
-        _log_level="$1"
+        _log_level="$2"
         LOG_LEVEL="$_log_level"
         LOG_LEVEL="$_log_level"
         shift
         shift
         ;;
         ;;