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:
commit
6600bbbc00
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
#REMOVEME? pkg_dependencies="transmission-daemon transmission-cli transmission-common acl"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue