mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
correction of forgotten closure of a condition
This commit is contained in:
parent
440a38b5b1
commit
9fe96b1b9b
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ then
|
||||||
ynh_app_setting_set --app="$app" --key=accounts_registration_open --value="registration_open"
|
ynh_app_setting_set --app="$app" --key=accounts_registration_open --value="registration_open"
|
||||||
ynh_app_setting_delete --app="$app" --key=registration_open
|
ynh_app_setting_delete --app="$app" --key=registration_open
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
Loading…
Reference in a new issue