1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update remove

This commit is contained in:
ericgaspar 2021-11-05 18:47:27 +01:00
parent f78f56295a
commit 8848adcce5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -55,12 +55,12 @@ ynh_secure_remove --file="$final_path"
# REMOVE DATA DIR
#=================================================
# # Remove the app data directory with the command `yunohost app remove --purge`
# if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
# then
# ynh_script_progression --message="Removing $app data directory..." --weight=2
# ynh_secure_remove --file="$datadir"
# fi
# Remove the app data directory with the command `yunohost app remove galene --purge`
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
then
ynh_script_progression --message="Removing $app data directory..." --weight=2
ynh_secure_remove --file="$datadir"
fi
#=================================================
# REMOVE NGINX CONFIGURATION