1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Not removing datadir

This commit is contained in:
yalh76 2021-04-06 21:04:25 +02:00
parent 06232efe28
commit abda14fa2b

View file

@ -106,9 +106,6 @@ ynh_script_progression --message="Removing directories..."
# Remove the config directory securely
ynh_secure_remove --file="/etc/$app"
# Remove the data directory securely
ynh_secure_remove --file="$datadir"
#=================================================
# GENERIC FINALIZATION
#=================================================