Skip to content

Commit 777bfd1

Browse files
rsimpliciosaltydk
authored andcommitted
Update qbit-manage.md to correct instances of qbit_manage to qbit-manage
Several commands and the docker container name use a hyphen/dash rather than an underscore as the separator between qbit and manage. Updated instances where this caused an issue while following the documentation.
1 parent b4755ef commit 777bfd1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/sandbox/apps/qbit-manage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ sb install sandbox-qbit-manage
4141

4242
```
4343

44-
After installation has finished, stop the qbit_manage docker container and edit the config file that will have been created at `/opt/qbit_manage/config.yml`
44+
After installation has finished, stop the qbit-manage docker container and edit the config file that will have been created at `/opt/qbit-manage/config.yml`
4545

4646
```shell
47-
docker stop qbit_manage
47+
docker stop qbit-manage
4848
```
4949

5050
Minimally you will need to change the following items in order to connect with your qBittorrent instance:-
@@ -68,10 +68,10 @@ The config file is full of examples that more than likely will not work for you,
6868
After making adjustments to the config file, you can start the docker container again.
6969
7070
```shell
71-
docker start qbit_manage
71+
docker start qbit-manage
7272
```
7373

74-
Either tail the log ( `tail -f "/opt/qbit_manage/activity.log"` ) or open the log file after a few minutes to check for any errors or behaviour that may have been unexpected. The container has been deliberately set to **DRY RUN MODE** initially so you can see what the script will do without actually moving deleting, tagging, or categorising anything.. Once you are happy your life's work will not be destroyed and any errors have been resolved you can edit the qbit_manage variables in the sandbox settings.yml file and then run the role again. Set `qbt_dry_run: false` to run in live mode. This will delete and move files according to your settings.
74+
Either tail the log ( `tail -f "/opt/qbit-manage/activity.log"` ) or open the log file after a few minutes to check for any errors or behaviour that may have been unexpected. The container has been deliberately set to **DRY RUN MODE** initially so you can see what the script will do without actually moving deleting, tagging, or categorising anything.. Once you are happy your life's work will not be destroyed and any errors have been resolved you can edit the qbit_manage variables in the sandbox settings.yml file and then run the role again. Set `qbt_dry_run: false` to run in live mode. This will delete and move files according to your settings.
7575

7676
Apply the changes to the sandbox settings file with:
7777

0 commit comments

Comments
 (0)