Skip to content

Commit

Permalink
add faq entry about sb being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed May 20, 2024
1 parent 5d40c46 commit b8c088f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/faq/sb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
hide:
- tags
tags:
- cloudflare
---

# sb

---

## My sb commands suddenly return the following output:
```
Relaunching with previous arguments.
/srv/git/sb/sb: 1: version: not found
/srv/git/sb/sb: 2: oid: not found
size: '6743896': No such file
```

Fix is to reinstall sb using the following command:
```shell
curl -sL https://raw.githubusercontent.com/saltyorg/sb/master/sb_reinstall.sh | sudo -H bash
```

This change was announced on [discord](https://discord.com/channels/853755447970758686/905480112949051402/1241994889667936339).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ nav:
- Plex Autoscan: faq/Plex-Autoscan.md
- ruTorrent: faq/ruTorrent.md
- Misc: faq/Misc.md
- sb: faq/sb.md

- Advanced:
- Index: advanced/index.md
Expand Down

0 comments on commit b8c088f

Please sign in to comment.