Skip to content

Commit

Permalink
fix (#5581)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsia authored and cakrit committed Mar 15, 2019
1 parent 8e48e72 commit bef5947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bash <(curl -Ss https://my-netdata.io/kickstart.sh)
Verify the integrity of the script with this:

```bash
[ "b66c99c065abe1cf104c11236d4e8747" = "$(curl -Ss https://my-netdata.io/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
[ "e051d1baed4c69653b5d3e4588696466" = "$(curl -Ss https://my-netdata.io/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
```
*It should print `OK, VALID` if the script is the one we ship.*

Expand Down
2 changes: 1 addition & 1 deletion packaging/installer/kickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ run() {

escaped_print "${info_console}${TPUT_BOLD}${TPUT_YELLOW}" "${@}" "${TPUT_RESET}\n" >&2

"${@}"
${@}

local ret=$?
if [ ${ret} -ne 0 ]; then
Expand Down

0 comments on commit bef5947

Please sign in to comment.