Add debugging information to the README quiet the curl.

This commit is contained in:
Cody Cook 2017-12-07 22:23:47 -08:00
commit e6dd1c6d24

View file

@ -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. 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. * 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` * Type `chmod +x /root/share_lun_ui_fix.sh` then type `/root/share_lun_ui_fix.sh`
* The script will run. * 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
```