mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
typo
This commit is contained in:
parent
859d655ed3
commit
aed6375717
1 changed files with 14 additions and 16 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue