mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 13:54:05 +02:00
Update 91-configuration.sh
This commit is contained in:
@@ -20,10 +20,12 @@ if bashio::config.has_value 'download-folder'; then
|
|||||||
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 folder created"
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p /share/qBittorrent || true
|
else
|
||||||
chown -R abc:abc /share/qBittorrent
|
mkdir -p /share/qBittorrent || true
|
||||||
|
chown -R abc:abc /share/qBittorrent
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
################
|
################
|
||||||
# SSL CONFIG #
|
# SSL CONFIG #
|
||||||
|
|||||||
Reference in New Issue
Block a user