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

Update upgrade

This commit is contained in:
ericgaspar 2021-08-02 12:32:16 +02:00
parent f7dc042fdf
commit 0ebfb701de
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -53,8 +53,8 @@ upgrade_type=$(ynh_check_app_version_changed)
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
if [ -z "$admin" ] then
admin="default_value";
if [ -z "$admin" ]; then
admin="default_value"
ynh_app_setting_set --app=$app --key=admin --value=$admin
fi