1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Update remove

This commit is contained in:
ericgaspar 2021-07-12 13:56:50 +02:00
parent bfe2898414
commit 4b6e78d4f7

View file

@ -42,11 +42,12 @@ ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name
#=================================================
# REMOVE THE MAIN DIR OF THE APP
#=================================================
ynh_script_progression --message="Removing app main directory..." --weight=1
# Remove the app directory securely
ynh_secure_remove --file="$final_path"
ynh_secure_remove --file="/home/yunohost.app/$app"
#ynh_secure_remove --file="/home/yunohost.app/$app"
#=================================================
# REMOVE THE NGINX CONFIGURATION