mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
minor
This commit is contained in:
parent
b15cfc2c5a
commit
661f05837c
8
acme.sh
8
acme.sh
@ -3965,13 +3965,15 @@ _process() {
|
||||
|
||||
if [ "${_CMD}" != "install" ] ; then
|
||||
__initHome
|
||||
if [ "$_log" ] && [ -z "$_logfile" ] ; then
|
||||
_logfile="$DEFAULT_LOG_FILE"
|
||||
if [ "$_log" ]; then
|
||||
if [ -z "$_logfile" ] ; then
|
||||
_logfile="$DEFAULT_LOG_FILE"
|
||||
fi
|
||||
fi
|
||||
if [ "$_logfile" ] ; then
|
||||
_saveaccountconf "LOG_FILE" "$_logfile"
|
||||
LOG_FILE="$_logfile"
|
||||
fi
|
||||
LOG_FILE="$_logfile"
|
||||
|
||||
if [ "$_log_level" ] ; then
|
||||
_saveaccountconf "LOG_LEVEL" "$_log_level"
|
||||
|
Loading…
Reference in New Issue
Block a user