mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Fix upgrade logdir symlink
This commit is contained in:
parent
e487cfaa3d
commit
35e0765685
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
|||
|
||||
if [ -d "$data_dir/logs" ]; then
|
||||
ynh_secure_remove --file="/var/log/$app"
|
||||
mv "$data_dir/logs" "/var/log/$app"
|
||||
ln -s "/var/log/$app" "$data_dir/logs"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue