Update 91-configuration.sh

This commit is contained in:
Alexandre
2021-02-14 15:03:08 +01:00
committed by GitHub
parent 206fc0cde4
commit a979846dc8

View File

@@ -20,10 +20,12 @@ if bashio::config.has_value 'download-folder'; then
mkdir -p $DOWNLOADS || true
chown -R abc:abc $DOWNLOADS || bashio::log.info "Error, please check default save folder configuration in addon"
bashio::log.info "Downloads folder created"
fi
mkdir -p /share/qBittorrent || true
chown -R abc:abc /share/qBittorrent
else
mkdir -p /share/qBittorrent || true
chown -R abc:abc /share/qBittorrent
fi
################
# SSL CONFIG #