1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-18 21:36:17 +00:00
neil 2016-09-27 13:11:08 +08:00
parent 30c2d84c6d
commit 30bfc2cea7

View File

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