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

Update upgrade

This commit is contained in:
ericgaspar 2021-07-01 18:18:24 +02:00
parent d50df7d032
commit e1f87c5e58
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -49,7 +49,7 @@ ynh_exec_warn_less yunohost firewall allow UDP $peer_port
if [ -z "$datadir" ]; then
datadir=/home/yunohost.app/$app
ynh_app_setting_set --app=$app --key=datadir --value=$datadir
cp /home/yunohost.$app /home/yunohost.app/$app
cp -a "/home/yunohost.transmission" "$datadir/$app"
fi
#=================================================