mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
[fix] AVoid to delete data
This commit is contained in:
parent
10b3deeec8
commit
b09591eb5e
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ ynh_script_progression --message="Removing $app main directory..." --weight=6
|
|||
# Remove the app directory securely
|
||||
ynh_secure_remove --file="$final_path"
|
||||
|
||||
ynh_secure_remove --file="/home/yunohost.app/$app"
|
||||
# We don't delete this dir as it is marked as is-big
|
||||
# ynh_secure_remove --file="/home/yunohost.app/$app"
|
||||
|
||||
#=================================================
|
||||
# REMOVE NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue