Skip to content

Commit

Permalink
add chmod for downloaded binary
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Mar 7, 2022
1 parent b843361 commit a07a0c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ install_version() {

local tool_cmd
tool_cmd="$(echo "$TOOL_TEST" | cut -d' ' -f1)"
chmod +x $install_path/$tool_cmd
test -x "$install_path/$tool_cmd" || fail "Expected $install_path/$tool_cmd to be executable."

echo "$TOOL_NAME $version installation was successful!"
Expand Down

0 comments on commit a07a0c9

Please sign in to comment.