Skip to content

Commit 9eb4971

Browse files
Merge pull request #295506 from sushantjrao/break-glass-setup
Update howto-upgrade-os-of-terminal-server.md
2 parents 0fb0644 + 88515b6 commit 9eb4971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/howto-upgrade-os-of-terminal-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ scp -r -o [email protected] ./operations_manager-24.11.2-production-
209209
Run the following command on the Terminal Server.
210210

211211
```bash
212-
puginstall --reboot-after /tmp/operations_manager-24.11.2-production-signed.raucb
212+
sudo puginstall --reboot-after /tmp/operations_manager-24.11.2-production-signed.raucb
213213
```
214214
> [!Note]
215215
The upgrade process takes 5–10 minutes, during which the Terminal Server will reboot automatically.
@@ -252,5 +252,5 @@ If the firmware upgrade fails we advise you to factory reset the Terminal Server
252252
Run the following command on the Terminal Server.
253253

254254
```bash
255-
ogcli restore <file_path>
255+
sudo ogcli restore <file_path>
256256
```

0 commit comments

Comments
 (0)