mirror of
https://github.com/hiskang/acme.sh
synced 2025-07-10 15:48:36 +00:00
fix color when upgrade in cronjob
This commit is contained in:
parent
89002ed298
commit
1ab630435d
5
acme.sh
5
acme.sh
@ -3033,6 +3033,11 @@ cron() {
|
||||
fi
|
||||
)
|
||||
. $LE_WORKING_DIR/$PROJECT_ENTRY >/dev/null
|
||||
|
||||
if [ -t 1 ] ; then
|
||||
__INTERACTIVE="1"
|
||||
fi
|
||||
|
||||
_info "Auto upgraded to: $VER"
|
||||
fi
|
||||
renewAll
|
||||
|
Loading…
x
Reference in New Issue
Block a user