mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
Update remove: app shouldn't remove the data_dir manually (only if --purge etc) and this is actually the old location...
This commit is contained in:
parent
fa70c8faab
commit
262cae1b44
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ ynh_secure_remove --file=/usr/share/transmission
|
|||
# And data
|
||||
ynh_secure_remove --file=/var/lib/transmission-daemon
|
||||
|
||||
# Removing old data_dir
|
||||
ynh_secure_remove --file="/home/yunohost.transmission"
|
||||
|
||||
# Kernel parameters
|
||||
if [ -e /proc/sys/net/core/rmem_max ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue