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

fix typo while verifying db_user is empty

This commit is contained in:
OniriCorpe 2022-05-14 20:39:56 +02:00
parent d017ac0fa2
commit a3cbe78bd1

View file

@ -87,7 +87,7 @@ ynh_systemd_action --service_name="$app" --action="stop" --log_path="/var/log/$a
ynh_script_progression --message="Ensuring downward compatibility..." ynh_script_progression --message="Ensuring downward compatibility..."
# Upgrade from <0.2.1~ynh4: # Upgrade from <0.2.1~ynh4:
if ynh_compare_current_package_version --comparison lt --version 0.2.1~ynh4 || [ -n "$db_user" ] if ynh_compare_current_package_version --comparison lt --version 0.2.1~ynh4 || [ -z "$db_user" ]
then then
# declaration of new parameters # declaration of new parameters
client_max_body_size="100M" client_max_body_size="100M"