Skip to content

Commit dbbe696

Browse files
rsimpliciosaltydk
authored andcommitted
Update qbit-manage.md with missing logs directory in tail command
The tail log command is missing the /logs/ directory
1 parent 777bfd1 commit dbbe696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sandbox/apps/qbit-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ After making adjustments to the config file, you can start the docker container
7171
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/logs/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)