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

Merge branch 'version-2' of https://github.com/YunoHost-Apps/transmission_ynh into version-2

This commit is contained in:
ericgaspar 2023-06-18 08:33:52 +02:00
commit 6600bbbc00
3 changed files with 2 additions and 5 deletions

View file

@ -17,7 +17,7 @@ code = "https://github.com/transmission/transmission"
cpe = "cpe:2.3:a:transmissionbt:transmission"
[integration]
yunohost = ">= 11.1.16"
yunohost = ">= 11.1.20"
architectures = "all"
multi_instance = false
ldap = false

View file

@ -4,9 +4,6 @@
# COMMON VARIABLES
#=================================================
# dependencies used by the app
#REMOVEME? pkg_dependencies="transmission-daemon transmission-cli transmission-common acl"
#=================================================
# PERSONAL HELPERS
#=================================================

View file

@ -59,7 +59,7 @@ else
path_less="$path"
fi
ynh_add_config --template="../conf/settings.json" --destination="/etc/transmission-daemon/settings.json"
#ynh_add_config --template="../conf/settings.json" --destination="/etc/transmission-daemon/settings.json"
chmod 400 "/etc/transmission-daemon/settings.json"
chown debian-transmission:debian-transmission "/etc/transmission-daemon/settings.json"