1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-10-15 13:39:30 +02:00
parent c40310a037
commit 525a1a329a

View file

@ -46,6 +46,12 @@ if [ -z "$email" ]; then
ynh_app_setting_set --app=$app --key=email --value=$email ynh_app_setting_set --app=$app --key=email --value=$email
fi fi
# If language doesn't exist, create it
if [ -z "$language" ]; then
language="en"
ynh_app_setting_set --app=$app --key=language --value=$language
fi
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION
#================================================= #=================================================