mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-23 15:56:05 +02:00
Update 91-configuration.sh
This commit is contained in:
@@ -19,7 +19,7 @@ if bashio::config.has_value 'SavePath'; then
|
|||||||
sed -i "$LINE i\Downloads\\\SavePath=$DOWNLOADS" qBittorrent.conf
|
sed -i "$LINE i\Downloads\\\SavePath=$DOWNLOADS" qBittorrent.conf
|
||||||
mkdir -p $DOWNLOADS || true
|
mkdir -p $DOWNLOADS || true
|
||||||
chown -R abc:abc $DOWNLOADS || bashio::log.info "Error, please check default save folder configuration in addon"
|
chown -R abc:abc $DOWNLOADS || bashio::log.info "Error, please check default save folder configuration in addon"
|
||||||
bashio::log.info "Downloads folder created"
|
bashio::log.info "Downloads can be found in $DOWNLOADS"
|
||||||
|
|
||||||
else
|
else
|
||||||
mkdir -p /share/qBittorrent || true
|
mkdir -p /share/qBittorrent || true
|
||||||
|
|||||||
Reference in New Issue
Block a user