mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
Update remove
#removing admin from the debian-transmission group
This commit is contained in:
parent
3bcc75978a
commit
c959b83506
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ domain=$(sudo yunohost app setting transmission domain)
|
|||
sudo rm /etc/nginx/conf.d/$domain.d/transmission.conf
|
||||
sudo rm -rf /home/yunohost.transmission
|
||||
|
||||
#removing admin from the debian-transmission group
|
||||
sudo gpasswd -d admin debian-transmission
|
||||
|
||||
sudo apt-get remove -y -qq transmission-daemon
|
||||
|
||||
sudo service nginx reload
|
||||
|
|
Loading…
Reference in a new issue