Merge "Use full binary path when invoking ip"
This commit is contained in:
commit
d7a03105bf
@ -171,7 +171,7 @@ if [ "${INTERNAL_SET}" = "true" ] || [ "${EXTERNAL_SET}" = "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if ip a | egrep -q "${LETSENCRYPT_VIP_ADDRESSES}"; then
|
if /usr/sbin/ip a | egrep -q "${LETSENCRYPT_VIP_ADDRESSES}"; then
|
||||||
log_info "[${FQDN} - cron] This Letsencrypt-lego host is active..."
|
log_info "[${FQDN} - cron] This Letsencrypt-lego host is active..."
|
||||||
if [ "${LETSENCRYPT_INTERNAL_FQDNS}" != "" ]; then
|
if [ "${LETSENCRYPT_INTERNAL_FQDNS}" != "" ]; then
|
||||||
log_info "[${FQDN} - cron] Processing domains ${LETSENCRYPT_INTERNAL_FQDNS}"
|
log_info "[${FQDN} - cron] Processing domains ${LETSENCRYPT_INTERNAL_FQDNS}"
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes the issue with command not found within letsencrypt-lego container.
|
||||||
|
`LP#2051111 <https://launchpad.net/bugs/2051111>`__
|
Loading…
Reference in New Issue
Block a user