Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaab authored Jan 24, 2025
1 parent 5c812f7 commit ee10741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security-admin/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ update_properties() {
propertyName=ranger.jpa.jdbc.url
if [ "${CONNECTION_STRING_ADDITIONAL_PARAMS}" != "" ]
then
newPropertyValue=${CONNECTION_STRING_ADDITIONAL_PARAMS}
newPropertyValue="jdbc:sqlserver://${DB_HOST};databaseName=${db_name};${CONNECTION_STRING_ADDITIONAL_PARAMS}"
else
newPropertyValue="jdbc:sqlserver://${DB_HOST};databaseName=${db_name}"
fi
Expand Down

0 comments on commit ee10741

Please sign in to comment.