Skip to content

Commit

Permalink
Update functions.sh: Rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jan 28, 2025
1 parent 15f52a1 commit b9b2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ function get_connected_camera_models()
}
} else {
sensor = $3;
"get_model_from_sensor.sh " sensor | getline model;
"getModelFromSensor.sh " sensor | getline model;
if (FULL == "true") {
printf("%s\t%d\t%s\t%s\n", $1, $2, model, sensor);
} else {
Expand Down

0 comments on commit b9b2d0c

Please sign in to comment.