mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
Update install
adding admin to the debian-transmission group in order to copy files from transmission folders
This commit is contained in:
parent
3bcc75978a
commit
9833ac7f78
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ sudo chgrp debian-transmission /home/yunohost.transmission/{progress,completed}
|
||||||
sudo chmod 755 -R /home/yunohost.transmission
|
sudo chmod 755 -R /home/yunohost.transmission
|
||||||
sudo chmod 770 -R /home/yunohost.transmission/{progress,completed}
|
sudo chmod 770 -R /home/yunohost.transmission/{progress,completed}
|
||||||
sudo chown -R www-data /home/yunohost.transmission/completed
|
sudo chown -R www-data /home/yunohost.transmission/completed
|
||||||
|
#adding admin to the debian-transmission group in order to copy files from transmission folders
|
||||||
|
sudo adduser admin debian-transmission
|
||||||
|
|
||||||
# Configure Transmission and reload
|
# Configure Transmission and reload
|
||||||
sed -i "s@PATHTOCHANGE@$path@g" ../conf/settings.json
|
sed -i "s@PATHTOCHANGE@$path@g" ../conf/settings.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue