Skip to content

Commit 978c749

Browse files
committed
updated mssql setup script
1 parent 194fa9b commit 978c749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectors/mssql/demo/setup_mssql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ db_pwd="Redis@123"
66
[[ -z "$version" ]] && { echo "Error: Missing docker version tag e.g. 2017-latest, 2019-latest"; exit 1; }
77
[[ -z "$db_port" ]] && { echo "Error: Missing database port e.g. 1433"; exit 1; }
88

9-
container_name="mysql-$version-$(hostname)-$db_port"
9+
container_name="mssql-$version-$(hostname)-$db_port"
1010
# delete the existing mssql container if it exist
1111
sudo docker kill $container_name;sudo docker rm $container_name;
1212

0 commit comments

Comments
 (0)