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-11-02 16:12:53 +00:00 committed by GitHub
parent 110bb7d290
commit 34adbca297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
then #if domain exist we remove it then #if domain exist we remove it
yunohost domain remove $sandboxdomain yunohost domain remove $sandboxdomain
# we clean the nginx configuration we added # we clean the nginx configuration we added
ynh_secure_remove --file="/etc/nginx/conf.d/$sandboxdomain.d/cryptpad.conf" ynh_secure_remove --file="/etc/nginx/conf.d/$sandboxdomain.d/"
fi fi
fi fi