Skip to content

Commit 90c49b4

Browse files
committed
Test collapsible before Step 1
1 parent 7eb5868 commit 90c49b4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/personas/quick-deploy/install-perfsonar-testpoint.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,19 @@ extract/save/restore registration config that you may want to use.
2626

2727
??? info "Quick capture of existing lsregistration config (if you have a src)"
2828

29-
Download temporarily:
30-
29+
Download a temp copy:
3130
```bash
3231
curl -fsSL \
3332
https://raw.githubusercontent.com/osg-htc/networking/master/docs/perfsonar/tools_scripts/perfSONAR-update-lsregistration.sh \
3433
-o /tmp/update-lsreg.sh
3534
chmod 0755 /tmp/update-lsreg.sh
36-
3735
```
38-
<!-- markdownlint-enable MD040 -->
39-
4036
Use the downloaded tool to extract a restore script:
41-
4237
```bash
4338
/tmp/update-lsreg.sh extract --output /root/restore-lsreg.sh
4439
```
45-
4640
Note: Repository clone instructions are in Step 2.
47-
48-
> **Note:** All shell commands assume an interactive root shell.
41+
**Note:** All shell commands assume an interactive root shell.
4942

5043
---
5144

0 commit comments

Comments
 (0)