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:
parent
97d90f57af
commit
90a8f5b48b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ynh_script_progression --message="Installing $app..." --weight=2
|
|||
pushd $install_dir
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install n8n@${n8n_version}
|
||||
ynh_replace_string --match_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure')," \
|
||||
ynh_replace_string --match_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure'),$" \
|
||||
--replace_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure'), tls: {servername:'${main_domain}'}," \
|
||||
--target_file="node_modules/n8n/dist/UserManagement/email/NodeMailer.js"
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue