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:48:34 +02:00
parent 509b19ebcd
commit 4bb0e3976e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -69,6 +69,12 @@ 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 [ -z "$language" ]; then
language="en"
ynh_app_setting_set --app=$app --key=language --value=$language
fi
# Create the log file is not already existing
if [ ! -f "$final_path/var/logs/prod.log" ]
then