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:
parent
d017ac0fa2
commit
a3cbe78bd1
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ ynh_systemd_action --service_name="$app" --action="stop" --log_path="/var/log/$a
|
|||
ynh_script_progression --message="Ensuring downward compatibility..."
|
||||
|
||||
# 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
|
||||
# declaration of new parameters
|
||||
client_max_body_size="100M"
|
||||
|
|
Loading…
Add table
Reference in a new issue