mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
This commit is contained in:
@@ -36,6 +36,14 @@ for k in $(bashio::jq "/data/options.json" 'keys | .[]'); do
|
|||||||
done
|
done
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
###########################
|
||||||
|
# Correct download folder #
|
||||||
|
###########################
|
||||||
|
|
||||||
|
if [ -f "$TRANSMISSION_HOME"/settings.json ]; then
|
||||||
|
sed -i "/download-dir/d" "$TRANSMISSION_HOME"/settings.json
|
||||||
|
fi
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Custom provider #
|
# Custom provider #
|
||||||
###################
|
###################
|
||||||
|
|||||||
Reference in New Issue
Block a user