Skip to content

Commit

Permalink
fix: make linux error for unsupported sensor clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Aug 19, 2024
1 parent 1eccf32 commit e2380a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/install/falcon-linux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ cs_sensor_download() {

sha_list=$(echo "$existing_installers" | json_value "sha256")
if [ -z "$sha_list" ]; then
die "No sensor found for with OS Name: $cs_os_name"
die "No sensor found for OS: $cs_os_name, Version: $cs_os_version. Either the OS or the OS version is not yet supported."
fi

# Set the index accordingly (the json_value expects and index+1 value)
Expand Down

0 comments on commit e2380a0

Please sign in to comment.