mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 00:01:50 +02:00
Update 91-qbittorrent_configuration.sh
This commit is contained in:
@@ -141,7 +141,7 @@ fi
|
|||||||
|
|
||||||
# Check file size
|
# Check file size
|
||||||
if [[ "$ORIGINAL_SIZE" != "$(wc -c "$CONFIG_LOCATION"/qBittorrent.conf)" ]]; then
|
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
|
bashio::addon.restart
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user