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-27 10:22:41 +00:00 committed by GitHub
parent 7de1e25543
commit e5f37f9e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,10 @@ ynh_remove_nodejs
# REMOVE SANDBOX DOMAIN # REMOVE SANDBOX DOMAIN
#================================================= #=================================================
sandboxdomain=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?) # RELOAD YUNOHOST-API to refresh web admin domains after domain creation (bug core?)