Skip to content

Commit

Permalink
add version output to script
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Mar 18, 2024
1 parent dd8ea7c commit e4fa7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ do
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P $SA_PASSWORD -d master -q "EXEC createIcmDB @DBName = ${dbNames[i]}, @UserID = ${dbUsers[i]}, @Password = ${dbPasswords[i]}, @RecreateDB = ${RECREATE_DB}, @RecreateUser = ${RECREATE_USER}"
done


/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P $SA_PASSWORD -Q "SELECT @@VERSION"

0 comments on commit e4fa7f2

Please sign in to comment.