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

Update install

This commit is contained in:
Éric Gaspar 2023-03-31 21:42:21 +02:00
parent de855e706b
commit 711aff64ec

View file

@ -14,12 +14,8 @@ source /usr/share/yunohost/helpers
#=================================================
timezone="$(cat /etc/timezone)"
email=$(ynh_user_get_info --username=$admin --key=mail)
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
ynh_app_setting_set --app=$app --key=email --value=$email
#=================================================