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
7de1e25543
commit
e5f37f9e0f
1 changed files with 4 additions and 1 deletions
|
@ -68,7 +68,10 @@ ynh_remove_nodejs
|
|||
# REMOVE SANDBOX DOMAIN
|
||||
#=================================================
|
||||
sandboxdomain=sandbox-$domain
|
||||
yunohost domain remove $sandboxdomain
|
||||
if sudo yunohost domain list | grep -q $sandboxdomain
|
||||
then #if domain exist we remove it
|
||||
yunohost domain remove $sandboxdomain
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# RELOAD YUNOHOST-API to refresh web admin domains after domain creation (bug core?)
|
||||
|
|
Loading…
Add table
Reference in a new issue