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:
parent
509b19ebcd
commit
4bb0e3976e
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ if [ -z "$path_url" ]; then
|
||||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||||
fi
|
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
|
# Create the log file is not already existing
|
||||||
if [ ! -f "$final_path/var/logs/prod.log" ]
|
if [ ! -f "$final_path/var/logs/prod.log" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue