Skip to content

Commit c86fc5e

Browse files
authored
Update setup.sh
1 parent b3b84e5 commit c86fc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kms/scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ update_properties() {
609609
propertyName=ranger.ks.jpa.jdbc.url
610610
if [ "${CONNECTION_STRING_ADDITIONAL_PARAMS}" != "" ]
611611
then
612-
newPropertyValue=${CONNECTION_STRING_ADDITIONAL_PARAMS}
612+
newPropertyValue="jdbc:sqlserver://${DB_HOST};databaseName=${db_name};${CONNECTION_STRING_ADDITIONAL_PARAMS}"
613613
else
614614
newPropertyValue="jdbc:sqlserver://${DB_HOST};databaseName=${db_name}"
615615
fi

0 commit comments

Comments
 (0)