Skip to content

Commit

Permalink
Bugfix for slim start script
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Apr 26, 2024
1 parent 5dc60dc commit a5374b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_flight_sql_slim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ L_DATABASE_BACKEND=${2:-${DATABASE_BACKEND:-"duckdb"}}
L_PRINT_QUERIES=${3:-${PRINT_QUERIES:-"1"}}
L_TLS_ENABLED=${4:-${TLS_ENABLED:-"0"}}
L_TLS_CERT=${5:-${TLS_CERT:-"tls/cert0.pem"}}
L_TLS_KEY=${6:-${TLS_CERT:-"tls/cert0.key"}}
L_TLS_KEY=${6:-${TLS_KEY:-"tls/cert0.key"}}

TLS_ARG=""
if [ "${L_TLS_ENABLED}" == "1" ]
Expand Down

0 comments on commit a5374b5

Please sign in to comment.