Commit 1ab63043 authored by neil's avatar neil
Browse files

fix color when upgrade in cronjob

parent 89002ed2
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment