Update Deluge_install.sh
This commit is contained in:
parent
d83fdc2aa0
commit
4a5e3738ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue