1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/commento_ynh.git synced 2024-09-03 18:16:16 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-03-02 12:12:10 +01:00
parent ffbb1dd074
commit c9d85da1ff

View file

@ -29,7 +29,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
#================================================= #=================================================
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
if [ -z "$enable_registrations" ]; then if [ -z "${enable_registrations:-}" ]; then
enable_registrations="false" enable_registrations="false"
ynh_app_setting_set --app=$app --key=enable_registrations --value=$enable_registrations ynh_app_setting_set --app=$app --key=enable_registrations --value=$enable_registrations
fi fi