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