Update 92-qbit_manage.sh

https://github.com/StuffAnThings/qbit_manage/issues/452
This commit is contained in:
Alexandre
2024-01-02 15:04:53 +01:00
committed by GitHub
parent 01e876a078
commit e0fa356808

View File

@@ -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