mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
minor
This commit is contained in:
8
acme.sh
8
acme.sh
@@ -3965,13 +3965,15 @@ _process() {
|
|||||||
|
|
||||||
if [ "${_CMD}" != "install" ] ; then
|
if [ "${_CMD}" != "install" ] ; then
|
||||||
__initHome
|
__initHome
|
||||||
if [ "$_log" ] && [ -z "$_logfile" ] ; then
|
if [ "$_log" ]; then
|
||||||
_logfile="$DEFAULT_LOG_FILE"
|
if [ -z "$_logfile" ] ; then
|
||||||
|
_logfile="$DEFAULT_LOG_FILE"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$_logfile" ] ; then
|
if [ "$_logfile" ] ; then
|
||||||
_saveaccountconf "LOG_FILE" "$_logfile"
|
_saveaccountconf "LOG_FILE" "$_logfile"
|
||||||
|
LOG_FILE="$_logfile"
|
||||||
fi
|
fi
|
||||||
LOG_FILE="$_logfile"
|
|
||||||
|
|
||||||
if [ "$_log_level" ] ; then
|
if [ "$_log_level" ] ; then
|
||||||
_saveaccountconf "LOG_LEVEL" "$_log_level"
|
_saveaccountconf "LOG_LEVEL" "$_log_level"
|
||||||
|
|||||||
Reference in New Issue
Block a user