1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-06-24 23:52:37 +02:00
parent 4bb0e3976e
commit 53ede80cd6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -69,7 +69,7 @@ if [ -z "$path_url" ]; then
ynh_app_setting_set --app=$app --key=path --value=$path_url
fi
# If final_path doesn't exist, create it
# If language doesn't exist, create it
if [ -z "$language" ]; then
language="en"
ynh_app_setting_set --app=$app --key=language --value=$language