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:
parent
09a40b3977
commit
223ab5e537
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue