Skip to content

Commit

Permalink
dos2unix on bash-script
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Nov 27, 2024
1 parent 8a66af3 commit 562d52b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions performance-tests/generate-tokens/src/generate-tokens.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/bin/bash

# Check if required environment variables are set
if [ -z "$TOKEN_GENERATOR_USERNAME" ] || [ -z "$TOKEN_GENERATOR_PASSWORD" ] || [ -z "$API_ENVIRONMENT" ]; then
echo "Error: TOKEN_GENERATOR_USERNAME, TOKEN_GENERATOR_PASSWORD, and API_ENVIRONMENT must be set"
exit 1
fi

# Function to display usage information
usage() {
echo "Usage: $0 <testdatafilepath> <limit>"
Expand Down

0 comments on commit 562d52b

Please sign in to comment.