diff --git a/.seedbox_installation.sh b/.seedbox_installation.sh index 4683c54..582a8aa 100644 --- a/.seedbox_installation.sh +++ b/.seedbox_installation.sh @@ -69,6 +69,7 @@ RestartSec=10 WantedBy=multi-user.target EOF sudo -u $username mkdir -p /home/$username/qbittorrent/Downloads + mkdir -p /home/$username/.config/qBittorrent && chown $username /home/$username/.config/qBittorrent systemctl enable qbittorrent-nox@$username systemctl start qbittorrent-nox@$username } @@ -193,4 +194,4 @@ EOF chmod +x $HOME/.autoremove.sh apt-get -qqy install screen > /dev/null screen -dmS autoremove-torrents $HOME/.autoremove.sh -} \ No newline at end of file +}