mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
[autopatch] Do not delete logs on app removal
This commit is contained in:
parent
2714ce1423
commit
9309f0c2d2
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ ynh_package_autopurge monitorix
|
||||||
ynh_secure_remove --file="$install_dir"
|
ynh_secure_remove --file="$install_dir"
|
||||||
|
|
||||||
if [ "$YNH_APP_PURGE" -eq 1 ]; then
|
if [ "$YNH_APP_PURGE" -eq 1 ]; then
|
||||||
ynh_secure_remove --file=/var/log/"$app"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_script_progression --message="Removal of $app completed" --last
|
ynh_script_progression --message="Removal of $app completed" --last
|
||||||
|
|
Loading…
Reference in a new issue