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:
parent
ffbb1dd074
commit
c9d85da1ff
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
||||
|
||||
if [ -z "$enable_registrations" ]; then
|
||||
if [ -z "${enable_registrations:-}" ]; then
|
||||
enable_registrations="false"
|
||||
ynh_app_setting_set --app=$app --key=enable_registrations --value=$enable_registrations
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue