Browse Source

fix typo in output string

master
Samuel Tardieu 9 years ago
parent
commit
ff88fa31d6
  1. 2
      le.sh

2
le.sh

@ -389,7 +389,7 @@ issue() {
if [ -f "$DOMAIN_CONF" ] ; then if [ -f "$DOMAIN_CONF" ] ; then
source "$DOMAIN_CONF" source "$DOMAIN_CONF"
if [ -z "$FORCE" ] && [ "$Le_NextRenewTime" ] && [ "$(date -u "+%s" )" -lt "$Le_NextRenewTime" ] ; then if [ -z "$FORCE" ] && [ "$Le_NextRenewTime" ] && [ "$(date -u "+%s" )" -lt "$Le_NextRenewTime" ] ; then
_info "Skip, Next renwal time is: $Le_NextRenewTimeStr"
_info "Skip, Next renewal time is: $Le_NextRenewTimeStr"
return 2 return 2
fi fi
fi fi

Loading…
Cancel
Save