Skip to content

Commit df05655

Browse files
committed
DOC-5466 Changed skip-updating-env-path to update-env-path in RS install answer file
1 parent 66040b7 commit df05655

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/operate/rs/installing-upgrading/install/install-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The following options are supported:
2525
| <nobr>`--os-user <user>`| Operating system user account associated with install; default: `redislabs`<br/>See [Customize user and group]({{< relref "/operate/rs/installing-upgrading/install/customize-user-and-group" >}}) *(new installs only)*|
2626
|<nobr>`--os-group <group>` | Operating system group associated with install; default: `redislabs`<br/>See [Customize user and group]({{< relref "/operate/rs/installing-upgrading/install/customize-user-and-group" >}}) *(new installs only)* |
2727
| `--skip-dns-port-verification` | Skip DNS port verification during installation |
28-
| <nobr>`--skip-updating-env-path`</nobr> | Skip adding paths related to Redis Enterprise Software to root's PATH environment variable<br/>See [Manage install questions]({{< relref "/operate/rs/installing-upgrading/install/manage-installation-questions" >}}) |
28+
| <nobr>`--update-env-path`</nobr> | Add paths related to Redis Enterprise Software to root's PATH environment variable<br/>See [Manage install questions]({{< relref "/operate/rs/installing-upgrading/install/manage-installation-questions" >}}) |

content/operate/rs/installing-upgrading/install/manage-installation-questions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Use an answer file to manage your response:
8989
| `ignore_swap` | `yes`<br />`no` | Continue even if swap is enabled. If `no`, stops installation if swap is enabled. |
9090
| `ntp` | `yes`<br />`no` | Configure NTP for time synchronization. |
9191
| `rlcheck` | `yes`<br />`no` | Run `rlcheck` after installation to validate the system. |
92-
| `skip_updating_env_path` | `yes`<br />`no` | Skip adding Redis Enterprise Software paths to the PATH environment variable. |
92+
| `update_env_path` | `yes`<br />`no` | Add Redis Enterprise Software paths to the PATH environment variable. |
9393
| `systune` | `yes`<br />`no` | Automatically tune system performance (CPU, sysctl). If `yes`, answers `yes` to all system tuning questions. |
9494
9595
Example answer file:
@@ -101,7 +101,7 @@ Use an answer file to manage your response:
101101
firewall=no
102102
rlcheck=yes
103103
ignore_existing_osuser_osgroup=no
104-
skip_updating_env_path=yes
104+
update_env_path=no
105105
ignore_master_version=no
106106
```
107107

0 commit comments

Comments
 (0)