1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00
This commit is contained in:
Gredin67 2023-07-31 15:02:28 +02:00 committed by GitHub
parent 859d655ed3
commit aed6375717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,8 +80,6 @@ fi
# Load up registration variables
registration=$(ynh_app_setting_get --app=$app --key=registration)
if [ -z $registration ]; then
else
ynh_app_setting_delete --app=$app --key=registration
if [[ $registration -eq 1 ]]
then
@ -97,7 +95,7 @@ else
ynh_app_setting_set --app=$app --key=registration_disabled --value=$registration_disabled
ynh_app_setting_set --app=$app --key=enable_registration_captcha --value=$enable_registration_captcha
fi
fi
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================