1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00

Update install

This commit is contained in:
Alexis Gavoty 2013-12-07 10:10:55 +01:00
parent 5a9f5ca5e1
commit 5cc7f449d6

View file

@ -40,6 +40,9 @@ sed -i "s@PATHTOCHANGE@$path@g" ../conf/settings.json
sudo cp ../conf/settings.json /etc/transmission-daemon/settings.json
sudo service transmission-daemon reload
# Monitor service
sudo yunohost app service transmission-daemon
# Configure Nginx and reload
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/transmission.conf