From a5fb28a2e5148445edaa74005da54e25971240d6 Mon Sep 17 00:00:00 2001 From: jerry048 <61510650+jerry048@users.noreply.github.com> Date: Sat, 26 Jun 2021 18:09:26 +0800 Subject: [PATCH] Update .seedbox_installation.sh --- .seedbox_installation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}