From 4a5e3738edc755540c8ba29c9b0bbd4ed0c8849a Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 03:01:06 +0800 Subject: [PATCH] Update Deluge_install.sh --- Torrent Clients/Deluge/Deluge_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Torrent Clients/Deluge/Deluge_install.sh b/Torrent Clients/Deluge/Deluge_install.sh index d9b02e8..5fbb6cb 100644 --- a/Torrent Clients/Deluge/Deluge_install.sh +++ b/Torrent Clients/Deluge/Deluge_install.sh @@ -83,7 +83,7 @@ EOF systemctl enable deluge-web@$username && systemctl start deluge-web@$username } -function Deluge_config +function Deluge_config { systemctl stop deluged@$username && systemctl stop deluge-web@$username ## Setting up auth file echo "$username:$password:10" >> /home/$username/.config/deluge/auth