Update 91-configuration.sh

This commit is contained in:
Alexandre
2021-02-14 14:48:22 +01:00
committed by GitHub
parent 6687ef432a
commit 4d5b440407

View File

@@ -9,6 +9,13 @@ cd /config/qBittorrent/
LINE=$(sed -n '/Preferences/=' qBittorrent.conf)
LINE=$((LINE + 1))
##################
# Default folder #
##################
mkdir -p /share/qbittorrent || true
chown -R abc:abc /share/qBittorrent
################
# SSL CONFIG #
################