Skip to content

Commit f8391d7

Browse files
Not PHP, it be bash (#10292)
1 parent 6c7dd31 commit f8391d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/includes/odbc-ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ Use the following steps to install the **mssql-tools18** for [!INCLUDE [sssql25-
142142

143143
To make **sqlcmd** and **bcp** accessible from the bash shell for login sessions, modify your `PATH` in the `~/.bash_profile` file with the following command:
144144

145-
```php
145+
```bash
146146
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bash_profile
147147
source ~/.bash_profile
148148
```
149149

150150
To make **sqlcmd** and **bcp** accessible from the bash shell for interactive/non-login sessions, modify the `PATH` in the `~/.bashrc` file with the following command:
151151

152-
```php
152+
```bash
153153
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bashrc
154154
source ~/.bashrc
155155
```

0 commit comments

Comments
 (0)