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
97ba7c4665
commit
b9f5284ec6
1 changed files with 3 additions and 4 deletions
|
@ -65,11 +65,10 @@ ynh_script_progression --message="Removing dependencies..." --weight=3
|
||||||
ynh_remove_nodejs
|
ynh_remove_nodejs
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE APP SANDBOXING
|
# REMOVE SANDBOX DOMAIN
|
||||||
#=================================================
|
#=================================================
|
||||||
if yunohost app list | grep -q "id: cryptpad_sandboxing"; then
|
sandboxdomain=sandbox-$domain
|
||||||
yunohost app remove cryptpad_sandboxing
|
yunohost domain remove $sandboxdomain
|
||||||
fi
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue