Update Deluge_install.sh

This commit is contained in:
jerry048 2021-08-05 03:01:06 +08:00
parent d83fdc2aa0
commit 4a5e3738ed
1 changed files with 1 additions and 1 deletions

View File

@ -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