Skip to content

Commit

Permalink
Update 92-qbit_manage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 2, 2024
1 parent 01e876a commit e0fa356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbittorrent/rootfs/etc/cont-init.d/92-qbit_manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if bashio::config.true "qbit_manage"; then
sed -i "/directory:/a\ root_dir: \"$(bashio::config 'SavePath')\"" /config/qbit_manage/qbit_manage.yml

# Startup delay 30s ; config file specific ; log file specific
python /qbit_manage/qbit_manage.py -sd 30 --config-file "/config/qbit_manage/qbit_manage.yml" --log-file "/config/qbit_manage/qbit_manage.log" --run & true
python /qbit_manage/qbit_manage.py -sd 30 --config-file "/config/qbit_manage/qbit_manage.yml" --log-file "/config/qbit_manage/qbit_manage.log" & true
bashio::log.info "qbit_manage started with config in /addon_configs/$HOSTNAME/qbit_manage/qbit_manage.yaml accessible with the Filebrowser addon"

fi

0 comments on commit e0fa356

Please sign in to comment.