1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update remove

This commit is contained in:
DDATAA 2022-10-18 09:46:33 +00:00 committed by GitHub
parent 09a40b3977
commit 223ab5e537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,13 @@ ynh_script_progression --message="Removing dependencies..." --weight=3
ynh_remove_nodejs
#=================================================
# REMOVE APP SANDBOXING
#=================================================
if yunohost app list | grep -q "id: cryptpad_sandboxing"; then
yunohost app remove cryptpad_sandboxing
fi
#=================================================
# GENERIC FINALIZATION
#=================================================