diff --git a/docs/faq/sb.md b/docs/faq/sb.md new file mode 100644 index 000000000..e663d5f6d --- /dev/null +++ b/docs/faq/sb.md @@ -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). diff --git a/mkdocs.yml b/mkdocs.yml index a26dae409..3f088383c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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