mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 17:21:56 +02:00
Correct save path
This commit is contained in:
@@ -48,7 +48,9 @@ if bashio::config.has_value 'SavePath'; then
|
|||||||
-e "/\[Preferences\]/a Downloads\\\SavePath=$DOWNLOADS" \
|
-e "/\[Preferences\]/a Downloads\\\SavePath=$DOWNLOADS" \
|
||||||
-e "/\[AutoRun\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" \
|
-e "/\[AutoRun\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" \
|
||||||
-e "/\[Preferences\]/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
|
# Info
|
||||||
bashio::log.info "Downloads can be found in $DOWNLOADS"
|
bashio::log.info "Downloads can be found in $DOWNLOADS"
|
||||||
|
|||||||
Reference in New Issue
Block a user