Update 91-qbittorrent_configuration.sh

This commit is contained in:
Alexandre
2023-12-14 05:50:40 +01:00
committed by GitHub
parent f6e0497650
commit 63f7bdb813

View File

@@ -141,7 +141,7 @@ fi
# Check file size
if [[ "$ORIGINAL_SIZE" != "$(wc -c "$CONFIG_LOCATION"/qBittorrent.conf)" ]]; then
bashio::log.info "Configuration changed, rebooting"
bashio::log.warning "Configuration changed, rebooting"
bashio::addon.restart
fi