Skip to content

Commit

Permalink
Update scripts/make_basler.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Gutsche <[email protected]>
  • Loading branch information
Flova and jaagut authored Oct 26, 2023
1 parent cdf443e commit bf0e519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_basler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "You need to confirm that you read the license agreements for pylon $PYLON_

# Check -ci flag for automatic confirmation in the ci
if [[ $1 == "-ci" ]]; then
echo "Automatic confirmation detected. Continuing..."
echo "Running in a CI environment, continuing..."
else
# Ask the user if they want to continue and break if they don't
read -p "Do you want to continue? [y/N] " -n 1 -r
Expand Down

0 comments on commit bf0e519

Please sign in to comment.