fix(lego): quoting issues leading to wrongful error
This commit is contained in:
parent
eb587978c5
commit
59505a0759
@ -4,7 +4,7 @@ set -euo pipefail
|
|||||||
LEGO_BINARY=$(/usr/bin/env which lego)
|
LEGO_BINARY=$(/usr/bin/env which lego)
|
||||||
|
|
||||||
if [[ -n "${LEGO_HTTP_FALLBACK_PORT:-}" ]]; then
|
if [[ -n "${LEGO_HTTP_FALLBACK_PORT:-}" ]]; then
|
||||||
if ! nc_binary="$(type -p \"nc\")" || [[ -z $nc_binary ]]; then
|
if ! nc_binary="$(type -p 'nc')" || [[ -z $nc_binary ]]; then
|
||||||
echo "nc not found (in PATH), exiting"
|
echo "nc not found (in PATH), exiting"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user