1
0
Fork 0
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:
OniriCorpe 2023-04-11 17:29:22 +02:00 committed by GitHub
parent 440a38b5b1
commit 9fe96b1b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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