Skip to content

Commit a5fe139

Browse files
authored
Update howto-platform-prerequisites.md
Lines 302, 310, 318, 326: Removed the step numbering.
1 parent 0a1f7e3 commit a5fe139

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/howto-platform-prerequisites.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,31 +322,31 @@ Ensure that the system date/time is correctly set, and the timezone for the term
322322

323323
#### Check timezone setting:
324324

325-
1. To check the current timezone setting:
325+
To check the current timezone setting:
326326

327327
```bash
328328
ogcli get system/timezone
329329
```
330330

331331
#### Set timezone to UTC:
332332

333-
2. If the timezone is not set to UTC, you can set it using:
333+
If the timezone is not set to UTC, you can set it using:
334334

335335
```bash
336336
ogcli update system/timezone timezone=\"UTC\"
337337
```
338338

339339
#### Check current date/time:
340340

341-
3. Check the current date and time:
341+
Check the current date and time:
342342

343343
```bash
344344
date
345345
```
346346

347347
#### Fix date/time if incorrect:
348348

349-
4. If the date/time is incorrect, you can fix it using:
349+
If the date/time is incorrect, you can fix it using:
350350

351351
```bash
352352
ogcli replace system/time

0 commit comments

Comments
 (0)