Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Update install-consul
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyleung authored May 5, 2021
1 parent 73ab718 commit 4824e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/install-consul/install-consul
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function fetch_binary {
#
local vfp_tag
vfp_tag="$(readelf -a /proc/self/exe | grep -q -c Tag_ABI_VFP_args)"
if [[ ! $vfp_tag ]]; then
if [[ -z $vfp_tag ]]; then
binary_arch="armelv5"
else
binary_arch="armhfv6"
Expand Down

0 comments on commit 4824e42

Please sign in to comment.