File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
docs/personas/quick-deploy Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff 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
3231curl -fsSL \
3332 https://raw.githubusercontent.com/osg-htc/networking/master/docs/perfsonar/tools_scripts/perfSONAR-update-lsregistration.sh \
3433 -o /tmp/update-lsreg.sh
3534chmod 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
You can’t perform that action at this time.
0 commit comments