Skip to content

Commit c3e0f72

Browse files
Merge pull request #28636 from aravindmahadevan-ms/armaha-Oct-03-unattended-installation-suse
Correcting tense and ms-reviewer info
2 parents c29078f + 14425bd commit c3e0f72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/sample-unattended-install-redhat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server
44
description: Use a sample bash script to install SQL Server on Red Hat Enterprise Linux (RHEL) without interactive input.
55
author: rwestMSFT
66
ms.author: randolphwest
7-
ms.reviewer: randolphwest
7+
ms.reviewer: armaha
88
ms.date: 05/20/2022
99
ms.service: sql
1010
ms.subservice: linux
@@ -31,7 +31,7 @@ This sample bash script installs [!INCLUDE [ssnoversion-md](../includes/ssnovers
3131

3232
This example installs [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] on RHEL 8.x. If you want to install a different version of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] or RHEL, change the Microsoft repository paths accordingly.
3333

34-
Save the sample script to a file and then to customize it. You'll need to replace the variable values in the script. You can also set any of the scripting variables as environment variables, as long as you remove them from the script file.
34+
Save the sample script to a file. To customize it, you need to replace the variable values in the script. You can also set any of the scripting variables as environment variables, as long as you remove them from the script file.
3535

3636
> [!IMPORTANT]
3737
> The `SA_PASSWORD` environment variable is deprecated. Use `MSSQL_SA_PASSWORD` instead.

0 commit comments

Comments
 (0)