mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update tools/docker/lib/common
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
6f611a5869
commit
4582b7f726
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ InterpretArchRequest() {
|
|||
for REQUESTED_ARCH in "${REQUESTED_ARCH_ARRAY[@]}"; do
|
||||
local IFS=" "
|
||||
if [[ ! " ${ALL_TARGET_ARCH[*]} " =~ " ${REQUESTED_ARCH} " ]]; then
|
||||
echo "unknown architecture identifier: ${REQUESTED_ARCH}"
|
||||
echo "unknown architecture identifier: ${REQUESTED_ARCH}" >&2
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue