Correct save path

This commit is contained in:
Alexandre
2023-03-17 23:05:01 +01:00
committed by GitHub
parent 71f1f58ad0
commit cb93b4df02

View File

@@ -48,7 +48,9 @@ if bashio::config.has_value 'SavePath'; then
-e "/\[Preferences\]/a Downloads\\\SavePath=$DOWNLOADS" \
-e "/\[AutoRun\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" \
-e "/\[Preferences\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" \
-e "/\[BitTorrent\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" qBittorrent.conf
-e "/\[BitTorrent\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" \
-e "/\[BitTorrent\]/a Session\\\DefaultSavePath=$DOWNLOADS" qBittorrent.conf
# Info
bashio::log.info "Downloads can be found in $DOWNLOADS"