Add debugging information to the README quiet the curl.
This commit is contained in:
parent
d26cdbe8bd
commit
e6dd1c6d24
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,7 @@ To quickly resolve the shares and LUNs not showing in the UI, you can copy/paste
|
|||
|
||||
|
||||
```
|
||||
root@readynasos:#/ curl https://gitlab.codycook.us/readynas-scripts/share_lun_ui_fix.sh/raw/master/share_lun_ui_fix.sh | bash
|
||||
root@readynasos:#/ curl -s https://gitlab.codycook.us/readynas-scripts/share_lun_ui_fix.sh/raw/master/share_lun_ui_fix.sh | bash
|
||||
```
|
||||
|
||||
Refresh the UI and the shares should be restored.
|
||||
|
@ -30,3 +30,9 @@ Refresh the UI and the shares should be restored.
|
|||
* Push `esc` and then type `:wq` then hit enter.
|
||||
* Type `chmod +x /root/share_lun_ui_fix.sh` then type `/root/share_lun_ui_fix.sh`
|
||||
* The script will run.
|
||||
|
||||
### Acquiring debug information
|
||||
If this script fails or produces an error, please run the following command and submit an issue.
|
||||
```
|
||||
root@readynasos:#/ curl -s https://gitlab.codycook.us/readynas-scripts/share_lun_ui_fix.sh/raw/master/share_lun_ui_fix.sh | bash -x
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue